Skip to content

Commit

Permalink
Merge pull request #45 from thinknathan/master
Browse files Browse the repository at this point in the history
fix: minor adjustment to deps and type inclusion
  • Loading branch information
thinknathan authored Jun 29, 2024
2 parents d975628 + 721f45e commit 70ba62e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"typescript": "5.5.2",
"typescript-eslint": "^7.6.0",
"typescript-to-lua": "~1.26.0",
"typescript-tstl-plugin": "^0.3.0"
"typescript-tstl-plugin": "^0.3.2"
}
}
10 changes: 2 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"module": "commonjs",
"esModuleInterop": true,
"moduleResolution": "node",
"types": ["types", "language-extensions"],
"typeRoots": [
"./@types",
"./node_modules/@types",
"./node_modules/@typescript-to-lua",
"./node_modules/@ts-defold"
],
"types": ["@typescript-to-lua/language-extensions", "@ts-defold/types"],

"rootDir": "src",
"outDir": "app",
Expand All @@ -23,7 +17,7 @@

"plugins": [{ "name": "typescript-tstl-plugin" }]
},
"exclude": ["./node_modules/*", "./plugins/*"],
"exclude": ["./node_modules/*"],
"tstl": {
"luaTarget": "5.1",
"luaLibImport": "require",
Expand Down

0 comments on commit 70ba62e

Please sign in to comment.