Skip to content

Commit 18c5734

Browse files
committed
fix(types): combine composite tsconfigs
1 parent b0467e5 commit 18c5734

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"resolveJsonModule": true,
2727
"emitDeclarationOnly": true,
2828
"baseUrl": ".",
29+
"composite": true
2930
},
3031
"include": [
3132
"."

test/tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"references": [
3+
{
4+
"path": "../src/"
5+
}
6+
],
27
"compilerOptions": {
38
"allowJs": true,
49
"checkJs": true,

0 commit comments

Comments
 (0)