TypeScript definitions for Defold
- Get this package from npm
yarn add @ts-defold/types --dev
# or
npm install @ts-defold/types --save-dev
- Modify your
tsconfig.json
{
"compilerOptions": {
+ "types": ["@ts-defold/types"]
}
}
@dasannikov and DefoldTypescript for a starting point and inspiration TypeScriptToLua for the awesome community and tools @hazzard993, @ark120202, @Perryvw and all the fine folks over on the tstl discord server.
TypeScript ❤️ Defold