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.
1 parent 24066a3 commit f1c215cCopy full SHA for f1c215c
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