Skip to content

Commit 5ff0737

Browse files
committed
move to node16
1 parent 693faa5 commit 5ff0737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/base/patch/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
"incremental": true,
4-
"moduleResolution": "node",
4+
"module": "Node16",
5+
"moduleResolution": "Node16",
56
"outDir": "lib",
67
"skipLibCheck": true
78
},

0 commit comments

Comments
 (0)