|
@@ -2,13 +2,13 @@
|
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
|
"target": "esnext",
|
|
"target": "esnext",
|
|
|
"lib": ["ESNext", "ESNext.Iterator"],
|
|
"lib": ["ESNext", "ESNext.Iterator"],
|
|
|
- "moduleDetection": "force",
|
|
|
|
|
- "module": "esnext",
|
|
|
|
|
- "moduleResolution": "bundler",
|
|
|
|
|
|
|
+ "module": "nodenext",
|
|
|
|
|
+ "moduleResolution": "nodenext",
|
|
|
"allowImportingTsExtensions": true,
|
|
"allowImportingTsExtensions": true,
|
|
|
"allowJs": true,
|
|
"allowJs": true,
|
|
|
"noEmit": true,
|
|
"noEmit": true,
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
+ "esModuleInterop": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
"strict": true,
|
|
"strict": true,
|
|
|
"strictNullChecks": true,
|
|
"strictNullChecks": true,
|