Skip to content

Commit 77a7f30

Browse files
committed
fix(ts): extends config
1 parent d70e0ce commit 77a7f30

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/cli": "^19.4.1",
4040
"@commitlint/config-conventional": "^19.4.1",
4141
"@commitlint/cz-commitlint": "^19.4.0",
42-
"@tsconfig/node-lts": "^18.12.5",
42+
"@tsconfig/node-lts": "^20.1.3",
4343
"@tsconfig/strictest": "^2.0.5",
4444
"bumpp": "^9.2.1",
4545
"commitizen": "^4.3.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": [
3-
"@tsconfig/strictest/tsconfig.json",
4-
"@tsconfig/node-lts/tsconfig.json"
2+
"extends": [
3+
"@tsconfig/node-lts/tsconfig.json",
4+
"@tsconfig/strictest/tsconfig.json"
55
]
66
}

0 commit comments

Comments
 (0)