{ "$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json", "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "moduleResolution": "Node", "types": ["computercraft-ts"], "strict": true, "declaration": true, "outDir": "dist/", "rootDir": "src/" }, "tstl": { "luaTarget": "JIT", "buildMode": "library", "noImplicitSelf": true }, "include": ["src/**/*"] }