Skip to content

Commit 50c27e9

Browse files
Revert tsconfig.json changes
1 parent c629965 commit 50c27e9

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

tsconfig.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"compilerOptions": {
3-
"module": "esnext",
4-
"target": "es2022",
5-
"moduleResolution": "node",
6-
"esModuleInterop": true,
7-
"isolatedModules": true,
8-
"verbatimModuleSyntax": true,
9-
"noEmit": true,
10-
"noEmitOnError": true,
11-
"forceConsistentCasingInFileNames": true,
12-
"strict": true,
13-
"noImplicitReturns": true,
14-
"noFallthroughCasesInSwitch": true,
15-
"noUnusedLocals": true,
16-
"noUnusedParameters": true,
17-
"noUncheckedIndexedAccess": true,
18-
"resolveJsonModule": true,
19-
"exactOptionalPropertyTypes": true,
20-
"allowJs": false,
21-
"allowUnreachableCode": false,
22-
"allowUnusedLabels": false
23-
}
2+
"compilerOptions": {
3+
"allowJs": false,
4+
"allowUnreachableCode": false,
5+
"allowUnusedLabels": false,
6+
"esModuleInterop": true,
7+
"exactOptionalPropertyTypes": true,
8+
"forceConsistentCasingInFileNames": true,
9+
"module": "esnext",
10+
"moduleResolution": "node",
11+
"noEmit": true,
12+
"noEmitOnError": true,
13+
"noFallthroughCasesInSwitch": true,
14+
"noImplicitReturns": true,
15+
"noUncheckedIndexedAccess": true,
16+
"noUnusedLocals": true,
17+
"noUnusedParameters": true,
18+
"resolveJsonModule": true,
19+
"strict": true,
20+
"target": "es2022",
21+
"verbatimModuleSyntax": true,
22+
"isolatedModules": true
23+
}
2424
}

0 commit comments

Comments
 (0)