Skip to content

Commit c69fd77

Browse files
committed
fix: tsconfig include all files
So d.ts files are copied into build
1 parent 686df00 commit c69fd77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
]
1919
},
2020
"include": [
21-
"typings/**/*.ts",
22-
"lib/**/*.ts",
23-
"test/**/*.ts"
21+
"typings",
22+
"lib",
23+
"test"
2424
]
2525
}

0 commit comments

Comments
 (0)