Skip to content

Commit

Permalink
chore: Use tsconfig/node18 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Mar 29, 2024
1 parent 9dee122 commit 41f0efe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/exec": "^3.3.1",
"@lerna-lite/run": "^3.3.1",
"@tsconfig/node16": "^16.1.2",
"@tsconfig/node18": "^18.2.4",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.26",
"@types/vscode": "^1.87.0",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "CSpell Monorepo Base Config",
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
Expand All @@ -16,5 +16,6 @@
"noUnusedParameters": true,
"sourceMap": true,
"strictNullChecks": true
}
},
"include": []
}

0 comments on commit 41f0efe

Please sign in to comment.