Skip to content

Commit c488cf8

Browse files
chore: remove redundant TS config options
1 parent 9f65d52 commit c488cf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4+
"moduleDetection": "force",
45
"module": "ESNext",
56
"moduleResolution": "Bundler",
67
"resolveJsonModule": true,
78
"strict": true,
89
"noUncheckedIndexedAccess": true,
910
"noEmit": true,
10-
"esModuleInterop": true,
11-
"isolatedModules": true,
1211
"verbatimModuleSyntax": true,
1312
"skipLibCheck": true
1413
}

0 commit comments

Comments
 (0)