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 1704a2c commit 4238c0cCopy full SHA for 4238c0c
tsconfig.cjs.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"target": "ES2022",
5
"module": "CommonJS",
6
- "outDir": "./dist/cjs"
+ "outDir": "./dist/cjs",
7
+ "noEmit": false
8
},
9
"include": ["src/**/*"]
10
}
tsconfig.esm.json
"target": "ES2021",
"module": "ES2022",
- "outDir": "./dist"
+ "outDir": "./dist",
0 commit comments