mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
1a01e444f9629c8a90f681ebaece85a0b8c38ffa
Typescript declarations for the current live World of Warcraft LUA API
Supported transpilers for LUA targets:
- qhun-transpiler (GitHub-Page)
- TypescriptToLua (GitHub-Page) - Thanks to tstirrat
Setup
Please add the wow-declarations path to your tsconfig.json compiler options like below:
{
"compilerOptions": {
// ...
"typeRoots": [
"./node_modules/@types",
"./node_modules/@wartoshika/wow-declarations"
]
}
}
Contribution
If you want to contribute, please provide a pull request and ensure that you linted your changes with npm run lint or try to autofix the errors with npm run lint:fix. I appreciate your help!
Languages
TypeScript
100%