Skip to content

Commit

Permalink
move to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelius0523 committed Sep 6, 2024
1 parent 693faa5 commit a47ac48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"incremental": true,
"isolatedModules": true,
"moduleResolution": "node",
"module": "CommonJS",
"resolveJsonModule": true,
"noUnusedLocals": false,
"noUnusedParameters": false
Expand Down
2 changes: 1 addition & 1 deletion integration/base/fixable/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"outDir": "lib",
"skipLibCheck": true
},
Expand Down
2 changes: 1 addition & 1 deletion integration/base/ok/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"outDir": "lib",
"skipLibCheck": true
},
Expand Down
2 changes: 1 addition & 1 deletion integration/base/patch/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"outDir": "lib",
"skipLibCheck": true
},
Expand Down
2 changes: 1 addition & 1 deletion integration/base/unfixable/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"outDir": "lib",
"skipLibCheck": true
},
Expand Down

0 comments on commit a47ac48

Please sign in to comment.