diff --git a/src/frontend/apps/desk/tsconfig.json b/src/frontend/apps/desk/tsconfig.json index ebff7dc..6eff175 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"], }