bug: quaternion?
This commit is contained in:
@@ -4,20 +4,17 @@
|
||||
"target": "ESNext",
|
||||
"lib": ["ESNext"],
|
||||
"moduleResolution": "Node",
|
||||
"types": [
|
||||
"computercraft-ts",
|
||||
"@typescript-to-lua/language-extensions",
|
||||
"./types/index"
|
||||
],
|
||||
"types": ["./types/index", "@typescript-to-lua/language-extensions"],
|
||||
"plugins": [{ "name": "typescript-tstl-plugin" }],
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"outDir": "dist/",
|
||||
"rootDir": "src/",
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"tstl": {
|
||||
"luaTarget": "JIT",
|
||||
"buildMode": "library",
|
||||
"luaTarget": "5.4",
|
||||
"noHeader": true,
|
||||
"luaBundle": "bundle.lua",
|
||||
"luaBundleEntry": "src/main.ts",
|
||||
"noImplicitSelf": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
|
||||
Reference in New Issue
Block a user