This commit is contained in:
2021-06-23 21:29:51 -05:00
parent 3b0ee59f47
commit 655edc3d16
45 changed files with 963 additions and 0 deletions

11
ts-lua/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"private": true,
"scripts": {
"build": "tstl",
"dev": "tstl --watch"
},
"devDependencies": {
"lua-types": "^2.10.1",
"typescript-to-lua": "^0.40.1"
}
}