Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ts-defold/types

TypeScript definitions for Defold
https://github.com/ts-defold/types

defold lua typescript typings

Last synced: about 2 months ago
JSON representation

TypeScript definitions for Defold

Awesome Lists containing this project

README

        

# Defold Types
npm install
Chat with us!
> 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