Skip to content

Commit 4896346

Browse files
committed
Fix declaration outputs
1 parent b163a4b commit 4896346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"plugins": [
2828
{
2929
"transform": "typescript-transform-paths",
30-
"exclude": ["**/node_modules/**"]
30+
"exclude": ["**/node_modules/**"],
31+
"afterDeclarations": true
3132
}
3233
]
3334
},

0 commit comments

Comments
 (0)