{ "$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json", "compilerOptions": { "target": "ESNext", "lib": ["ESNext","dom" ], "moduleResolution": "Node", "types": [], "strict": true }, "tstl": { "luaTarget": "JIT" } }