Skip to content

Commit 2beb45c

Browse files
committed
Fix TypeScript decleration inclusion
1 parent 7f13e8e commit 2beb45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"sourceMap": false,
55
"inlineSources": false

0 commit comments

Comments
 (0)