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 2f5bd86 commit bb3ca85Copy full SHA for bb3ca85
tsconfig.cjs.json
@@ -2,8 +2,7 @@
2
"extends": "./tsconfig.base.json",
3
"compilerOptions": {
4
"module": "CommonJS",
5
- "outDir": "dist/cjs",
6
- "isolatedDeclarations": false
+ "outDir": "dist/cjs"
7
},
8
"include": ["src"],
9
"exclude": []
tsconfig.esm.json
@@ -3,8 +3,7 @@
"module": "esnext",
"outDir": "dist/esm",
- "verbatimModuleSyntax": true,
+ "verbatimModuleSyntax": true
10
0 commit comments