Skip to content

Commit d1ba3fc

Browse files
adding more timers
1 parent c664bf8 commit d1ba3fc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dashboard-fe/.package.json.swp

-16 KB
Binary file not shown.

dashboard-fe/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32

43
// NOTE: This file should not be edited
54
// see https://nextjs.org/docs/basic-features/typescript for more information.

dashboard-fe/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"module": "esnext",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"experimentalDecorators": true
18+
"experimentalDecorators": true,
19+
"incremental": true
1920
},
2021
"include": ["./src"],
2122
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)