Skip to content

Commit 52213cb

Browse files
committed
chore: tsconfig fixes
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 4021b5c commit 52213cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"extends": "@tunnckocore/typescript-config/monorepo.json",
44
"compilerOptions": {
55
"baseUrl": ".",
6-
"declarationDir": "dist/types"
6+
"declarationDir": "dist/types",
7+
"paths": {
8+
"*": ["packages/*", "@tunnckocore/*"]
9+
}
710
},
11+
"include": ["packages/*", "@tunnckocore/*"],
812
"exclude": ["node_modules"]
913
}

0 commit comments

Comments
 (0)