functional

This commit is contained in:
2021-06-28 16:25:53 -05:00
parent a6bfb8e8c7
commit f284a27ded
10 changed files with 562 additions and 32 deletions

View File

@@ -5,13 +5,14 @@
"target": "esnext",
"lib": ["esnext"],
"moduleResolution": "node",
"types": ["lua-types/5.4"],
"types": ["lua-types/5.4", "types-ts-2take1"],
"strict": true,
"typeRoots": [
"./types"
]
"typeRoots": []
},
"tstl": {
"luaTarget": "JIT"
"luaTarget": "universal",
"luaLibImport": "inline",
"luaBundle": "test.lua",
"luaBundleEntry": "./src/test.ts",
},
}