ts ini
This commit is contained in:
15
ts-lua/tsconfig.json
Normal file
15
ts-lua/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"lib": ["esnext"],
|
||||
"moduleResolution": "node",
|
||||
"types": ["lua-types/5.4"],
|
||||
"strict": true,
|
||||
"typeRoots": [
|
||||
"./types"
|
||||
]
|
||||
},
|
||||
"tstl": {
|
||||
"luaTarget": "JIT"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user