We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d45d74 commit 617a12fCopy full SHA for 617a12f
tsconfig.json
@@ -3,7 +3,7 @@
3
/* Language and Environment */
4
"target": "ES2020",
5
/* Specify what module code is generated. */
6
- "module": "commonjs",
+ "module": "esnext",
7
// Specify the root folder within your source files.
8
"rootDir": "./src",
9
// Generate .d.ts files from TypeScript and JavaScript files in your project.
0 commit comments