We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f65d52 commit c488cf8Copy full SHA for c488cf8
tsconfig.json
@@ -1,14 +1,13 @@
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
+ "moduleDetection": "force",
5
"module": "ESNext",
6
"moduleResolution": "Bundler",
7
"resolveJsonModule": true,
8
"strict": true,
9
"noUncheckedIndexedAccess": true,
10
"noEmit": true,
- "esModuleInterop": true,
11
- "isolatedModules": true,
12
"verbatimModuleSyntax": true,
13
"skipLibCheck": true
14
}
0 commit comments