diff --git a/src/frontend/apps/desk/tsconfig.json b/src/frontend/apps/desk/tsconfig.json index 6eff175..ebff7dc 100644 --- a/src/frontend/apps/desk/tsconfig.json +++ b/src/frontend/apps/desk/tsconfig.json @@ -15,19 +15,19 @@ "incremental": true, "plugins": [ { - "name": "next", - }, + "name": "next" + } ], "paths": { - "@/*": ["./src/*"], - }, + "@/*": ["./src/*"] + } }, "include": [ "src/custom-next.d.ts", "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".next/types/**/*.ts", + ".next/types/**/*.ts" ], - "exclude": ["node_modules"], + "exclude": ["node_modules"] }