Skip to content

Commit 4a66df1

Browse files
author
cgohlke
committed
package.json
only deploy necessary files to registry, fix import
1 parent 640d5eb commit 4a66df1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
"exclude": [
1616
"./test/**",
1717
"./dist/**"
18-
]
18+
],
19+
"paths": {
20+
"*": [
21+
"dist/*"
22+
]
23+
}
1924
}

0 commit comments

Comments
 (0)