18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"moduleResolution": "node",
|
|
"types": ["lua-types/5.4", "types-ts-2take1"],
|
|
"strict": true,
|
|
"typeRoots": []
|
|
},
|
|
"tstl": {
|
|
"luaTarget": "universal",
|
|
"luaLibImport": "inline",
|
|
"luaBundle": "test.lua",
|
|
"luaBundleEntry": "./src/test.ts",
|
|
},
|
|
} |