bug: quaternion?

This commit is contained in:
2025-06-07 23:02:21 +09:00
parent 6e09946bf1
commit 2ba0ffc78b
2 changed files with 8 additions and 12 deletions

View File

@@ -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/**/*"]