We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f794bd4 commit f788d24Copy full SHA for f788d24
1 file changed
tsconfig.json
@@ -3,8 +3,8 @@
3
"target": "es2016",
4
"esModuleInterop": true,
5
"forceConsistentCasingInFileNames": true,
6
- "module": "CommonJS",
7
- "moduleResolution": "Node",
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
8
"strict": true,
9
"skipLibCheck": true,
10
"outDir": "./dist",
0 commit comments