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 4d655b0 commit c2a0ff6Copy full SHA for c2a0ff6
tsconfig.json
@@ -5,8 +5,8 @@
5
"noEmit": true,
6
"allowJs": true,
7
"target": "ESNext",
8
- "module": "commonjs",
9
- "moduleResolution": "NodeNext",
+ "module": "node16",
+ "moduleResolution": "Node16",
10
"importHelpers": true,
11
"experimentalDecorators": true,
12
"noImplicitAny": true,
0 commit comments