mirror of
https://github.com/MincoMK/create-computercraft.git
synced 2025-12-10 06:33:18 +00:00
init
This commit is contained in:
20
templates/executable/tsconfig.json
Normal file
20
templates/executable/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"lib": ["ESNext"],
|
||||
"types": ["computercraft-ts"],
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"plugins": [{ "name": "typescript-tstl-plugin" }],
|
||||
"outDir": "dist",
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"tstl": {
|
||||
"luaTarget": "5.4",
|
||||
"noHeader": true,
|
||||
"luaBundle": "bundle.lua",
|
||||
"luaBundleEntry": "src/main.ts"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user