We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5d70a commit 375d234Copy full SHA for 375d234
1 file changed
tsconfig.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "target": "es2023",
+ "target": "esnext",
4
"lib": [
5
"dom",
6
"dom.iterable",
@@ -11,8 +11,8 @@
11
"skipLibCheck": true,
12
"esModuleInterop": true,
13
"allowSyntheticDefaultImports": true,
14
- "strict": false,
15
- "forceConsistentCasingInFileNames": false,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
16
"noFallthroughCasesInSwitch": true,
17
"module": "esnext",
18
"moduleResolution": "node",
0 commit comments