We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbb749 commit cb2ab16Copy full SHA for cb2ab16
1 file changed
package.json
@@ -35,9 +35,20 @@
35
"check:language-extensions": "tsc language-extensions/index.d.ts",
36
"preversion": "npm run build && npm test",
37
"postversion": "git push && git push --tags"
38
+ },
39
+ "pkg": {
40
+ "assets": [
41
+ "dist/lualib/**/*",
42
+ "node_modules/typescript/lib/**/*.d.ts"
43
+ ],
44
+ "targets": [
45
+ "node16-win-x64"
46
47
+ "outputPath": "bin"
48
},
49
"bin": {
- "tstl": "dist/tstl.js"
50
+ "tstl": "dist/tstl.js",
51
+ "app": "dist/tstl.js"
52
53
"engines": {
54
"node": ">=12.13.0"
0 commit comments