@@ -15,7 +15,11 @@
"~/*": ["./src/*"],
"^/*": ["./*"],
"debug": ["./src/server/utils/logger/alias-for-debug"]
- }
+ },
+
+ /* TOOD: remove below flags for strict checking */
+ "noImplicitAny": false
},
"include": [
"next-env.d.ts",
@@ -7,7 +7,10 @@
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
"src"
@@ -5,7 +5,10 @@
"module": "CommonJS",
"types": [
"vitest/globals"
- ]
+ ],
@@ -6,7 +6,10 @@
@@ -2,6 +2,8 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
@@ -2,7 +2,10 @@
- "jsx": "react-jsx"
+ "jsx": "react-jsx",
@@ -8,7 +8,10 @@
@@ -13,11 +13,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
/* Strict Type-Checking Options */
- // "strict": true,
- "strictNullChecks": true,
- "strictBindCallApply": true,
- "noImplicitAny": false,
- "noImplicitOverride": true,
+ "strict": true,
/* Additional Checks */
"noUnusedLocals": false,