UNPKG

roblox-ts

Version:

<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.github.io/">roblox-ts</a></h1> <div align="center">A TypeScript-to-Lua Compiler for Roblox</div> <br> <div align="center"> <a hr

23 lines (22 loc) 376 B
{ "compilerOptions": { "declaration": true, "module": "commonjs", "outDir": "out", "rootDir": "src", "target": "es6", "strict": true, "noFallthroughCasesInSwitch": true, "strictNullChecks": true, "sourceMap": true, "noUnusedLocals": true, "esModuleInterop": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules/**/*", "out/**/*" ] }