Skip to content

Commit 5634827

Browse files
authored
Add rootDir option to tsconfig.build.json
1 parent bb6bd44 commit 5634827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"sourceMap": false,
55
"inlineSourceMap": false,
66
"incremental": false,
7-
"declaration": true
7+
"declaration": true,
8+
"rootDir": "./packages"
89
},
910
"exclude": [
1011
"**/test/*.ts",

0 commit comments

Comments
 (0)