17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"moduleResolution": "node",
|
|
"types": ["lua-types/5.4"],
|
|
"strict": true,
|
|
"typeRoots": [
|
|
"./types"
|
|
]
|
|
},
|
|
"tstl": {
|
|
"luaTarget": "JIT"
|
|
},
|
|
} |