We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664bf8 commit d1ba3fcCopy full SHA for d1ba3fc
dashboard-fe/.package.json.swp
-16 KB
dashboard-fe/next-env.d.ts
@@ -1,5 +1,4 @@
1
/// <reference types="next" />
2
-/// <reference types="next/types/global" />
3
4
// NOTE: This file should not be edited
5
// see https://nextjs.org/docs/basic-features/typescript for more information.
dashboard-fe/tsconfig.json
@@ -15,7 +15,8 @@
15
"module": "esnext",
16
"resolveJsonModule": true,
17
"isolatedModules": true,
18
- "experimentalDecorators": true
+ "experimentalDecorators": true,
19
+ "incremental": true
20
},
21
"include": ["./src"],
22
"exclude": ["node_modules"]
0 commit comments