Skip to content

Commit b2b4267

Browse files
committed
build: use nodenext module resolution with tsc
1 parent fe66d19 commit b2b4267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "esnext",
5-
"moduleResolution": "node",
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
66
"newLine": "lf",
77
"strict": true
88
},

0 commit comments

Comments
 (0)