Skip to content

Commit 391c8a4

Browse files
authored
add module nodenext
1 parent 987e572 commit 391c8a4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/create-svelte/shared/+skeletonlib+checkjs/jsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"skipLibCheck": true,
1010
"sourceMap": true,
1111
"strict": true,
12+
"module": "NodeNext",
1213
"moduleResolution": "NodeNext"
1314
}
1415
}

packages/create-svelte/shared/+skeletonlib+typescript/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"skipLibCheck": true,
1010
"sourceMap": true,
1111
"strict": true,
12+
"module": "NodeNext",
1213
"moduleResolution": "NodeNext"
1314
}
1415
}

packages/create-svelte/shared/+skeletonlib-typescript/jsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"resolveJsonModule": true,
77
"skipLibCheck": true,
88
"sourceMap": true,
9+
"module": "NodeNext",
910
"moduleResolution": "NodeNext"
1011
}
1112
}

0 commit comments

Comments
 (0)