We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b8678 commit f56c28cCopy full SHA for f56c28c
tsconfig.json
@@ -1,7 +1,8 @@
1
{
2
"compilerOptions": {
3
- "target": "es2021",
4
- "module": "node16",
+ "target": "ESNext",
+ "module": "NodeNext",
5
+ "moduleResolution": "NodeNext",
6
"outDir": "./dist",
7
"rootDir": "src",
8
"strict": true,
0 commit comments