X Tutup
Skip to content

Commit 68ae428

Browse files
committed
pkg
1 parent d69f089 commit 68ae428

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
"bin": {
4040
"tstl": "dist/tstl.js"
4141
},
42+
"pkg": {
43+
"assets": [
44+
"node_modules/typescript/lib/**/*.d.ts",
45+
"dist/lualib/**/*.*"
46+
]
47+
},
4248
"engines": {
4349
"node": ">=12.13.0"
4450
},

0 commit comments

Comments
 (0)
X Tutup