Skip to content

Commit b71dccd

Browse files
committed
chore: extend types tsconfig from parent
1 parent 61214fc commit b71dccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"extends": "./node_modules/kcd-scripts/shared-tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true
5-
}
5+
},
6+
"include": ["./src", "./types"]
67
}

types/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "../node_modules/kcd-scripts/shared-tsconfig.json",
3-
"include": ["."]
2+
"extends": "../tsconfig.json"
43
}

0 commit comments

Comments
 (0)