We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddf620 commit aa6e6e0Copy full SHA for aa6e6e0
tsconfig.esm.json
@@ -2,7 +2,6 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"module": "NodeNext",
5
- "moduleResolution": "NodeNext", // TODO: experiment with bundler & esnext
6
- "noEmitHelpers": true /* Disable generating custom helper functions like '__extends' in compiled output. */
+ "moduleResolution": "NodeNext"
7
}
8
-}
+}
0 commit comments