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 de39c05 commit 708d13cCopy full SHA for 708d13c
tsconfig.json
@@ -1,19 +1,17 @@
1
{
2
"compilerOptions": {
3
"target": "ES2022",
4
- "module": "CommonJS",
+ "module": "ESNext",
5
"outDir": "./dist",
6
"rootDir": "./src",
7
"strict": true,
8
- "esModuleInterop": true,
9
"skipLibCheck": true,
10
"forceConsistentCasingInFileNames": true,
11
"declaration": true,
12
"declarationMap": true,
13
"sourceMap": true,
14
"resolveJsonModule": true,
15
"moduleResolution": "node",
16
- "allowSyntheticDefaultImports": true,
17
"experimentalDecorators": true,
18
"emitDecoratorMetadata": true,
19
"noImplicitAny": true,
0 commit comments