https://github.com/ts-defold/types
TypeScript definitions for Defold
https://github.com/ts-defold/types
defold lua typescript typings
Last synced: about 1 month ago
JSON representation
TypeScript definitions for Defold
- Host: GitHub
- URL: https://github.com/ts-defold/types
- Owner: ts-defold
- License: mit
- Created: 2020-10-09T17:00:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T19:00:54.000Z (6 months ago)
- Last Synced: 2025-05-05T20:09:48.722Z (5 months ago)
- Topics: defold, lua, typescript, typings
- Homepage: https://ts-defold.dev
- Size: 800 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Defold Types
![]()
![]()
> TypeScript definitions for [Defold](https://defold.com/)## Installation
1. Get this package from npm
```bash
yarn add @ts-defold/types --dev
# or
npm install @ts-defold/types --save-dev
```2. Modify your `tsconfig.json`
```diff
{
"compilerOptions": {
+ "types": ["@ts-defold/types"]
}
}
```### Shoutouts 📢
[@dasannikov](https://github.com/dasannikov) and [DefoldTypescript](https://github.com/dasannikov/DefoldTypeScript) for a starting point and inspiration
[TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua) for the awesome community and tools
[@hazzard993](https://github.com/hazzard993), [@ark120202](https://github.com/ark120202), [@Perryvw](https://github.com/Perryvw) and all the fine folks over on the [tstl discord server](https://discord.gg/BWAq58Y).
TypeScript :heart: Defold