2024-08-21 19:16:28 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"lib": ["ESNext"],
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"module": "NodeNext",
|
|
|
|
"types": [],
|
|
|
|
"strict": true
|
|
|
|
},
|
2024-08-22 22:55:15 +00:00
|
|
|
"include": [
|
|
|
|
"src/**/*",
|
|
|
|
"libs/**/*",
|
|
|
|
],
|
2024-08-21 19:16:28 +00:00
|
|
|
"tstl": {
|
|
|
|
"luaTarget": "universal",
|
|
|
|
"luaBundleEntry": "src/index.ts",
|
2024-08-22 22:55:15 +00:00
|
|
|
"luaBundle": "rOSs.lua",
|
2024-08-23 00:20:09 +00:00
|
|
|
"luaLibImport": "require",
|
2024-08-21 19:16:28 +00:00
|
|
|
}
|
|
|
|
}
|