Skip to content

Commit

Permalink
Renamed TSTL plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Deseteral committed Jul 10, 2023
1 parent 698b83f commit a06f987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@
"luaTarget": "5.4",
"luaPlugins": [
{
"name": "./plugin.ts",
"name": "./scripts/tstl-playdate-plugin.ts",
},
],
"luaLibImport": "inline",
},
"exclude": [
"src-web/**/*",
"scripts/**/*",
"plugin.ts",
"scripts/tstl-playdate-plugin.ts",
]
}

0 comments on commit a06f987

Please sign in to comment.