15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"moduleResolution": "node",
|
|
"types": ["lua-types/5.4"],
|
|
"strict": true,
|
|
"typeRoots": [
|
|
"./types"
|
|
]
|
|
},
|
|
"tstl": {
|
|
"luaTarget": "JIT"
|
|
}
|
|
} |