We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24066a3 + f1c215c commit 438a330Copy full SHA for 438a330
tsconfig.json
@@ -2,10 +2,11 @@
2
"compilerOptions": {
3
"esModuleInterop": true,
4
"forceConsistentCasingInFileNames": true,
5
- "module": "commonjs",
+ "module": "esnext",
6
+ "moduleResolution": "bundler",
7
"outDir": "lib",
8
"resolveJsonModule": true,
- "skipLibCheck": true,
9
+ "skipLibCheck": false,
10
"target": "es6",
11
12
"allowUnreachableCode": false,
0 commit comments