Skip to content

Commit

Permalink
build: add tsconfig node18 base
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettjay committed Feb 8, 2024
1 parent 2990ab5 commit c56631d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@tsconfig/node-lts": "^20.1.1",
"@tsconfig/node18": "^18.2.2",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.2",
"lerna": "^7.1.1",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
Expand Down

0 comments on commit c56631d

Please sign in to comment.