UNPKG

288 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "es6",
5 "module": "none",
6 "lib": ["es6", "dom"],
7 "declaration": true,
8 "skipLibCheck": true
9 },
10 "tstl": {
11 "luaTarget": "5.3",
12 "luaLibImport": "inline",
13 "sourceMapTraceback": true
14 }
15}