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 004b7f8 commit fb81938Copy full SHA for fb81938
tsconfig.cjs.json
@@ -3,7 +3,7 @@
3
"compilerOptions": {
4
"importHelpers": true,
5
"module": "commonjs",
6
- "noEmitHelpers": true,
+ "noEmitHelpers": false,
7
"target": "ES2018",
8
"strict": true
9
}
tsconfig.es.json
"module": "esnext",
"target": "ES2020",
0 commit comments