Skip to content

Commit 54818b2

Browse files
committed
fix: include tsconfig.fake.json in published package
1 parent 6a6dc6a commit 54818b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
},
2929
"files": [
3030
"docs/",
31-
"lib/"
31+
"lib/",
32+
"tsconfig.fake.json"
3233
],
3334
"scripts": {
3435
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",

0 commit comments

Comments
 (0)