17 lines
399 B
JSON
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"
|
||
|
}
|
||
|
}
|