rOSs/tsconfig.json
2024-08-21 22:16:28 +03:00

17 lines
399 B
JSON

{
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"moduleResolution": "NodeNext",
"module": "NodeNext",
"types": [],
"strict": true
},
"tstl": {
"luaTarget": "universal",
"luaBundleEntry": "src/index.ts",
"luaBundle": "rOSs.lua"
}
}