nodenext
1 parent 2648525 commit 64c57b4Copy full SHA for 64c57b4
2 files changed
packages/tsconfig.build.json
@@ -2,7 +2,7 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"target": "es6",
5
- "module": "ES2020"
+ "module": "nodenext"
6
},
7
"exclude": ["tests"]
8
}
packages/tsconfig.json
@@ -1,8 +1,8 @@
1
{
"target": "esnext",
- "module": "esnext",
- "moduleResolution": "node",
+ "module": "nodenext",
+ "moduleResolution": "nodenext",
"newLine": "lf",
"strict": true
0 commit comments