UNPKG

@mark-wiemer/luanti-api

Version:

Luanti API TypeScript definitions for TypeScriptToLua

15 lines (14 loc) 341 B
{ "$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json", "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "moduleResolution": "Node", "types": ["lua-types/jit"], "strict": true }, "tstl": { "luaTarget": "JIT", "luaLibImport": "inline" } }