Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ts-defold/types
- Owner: ts-defold
- License: mit
- Created: 2020-10-09T17:00:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T19:01:39.000Z (about 2 months ago)
- Last Synced: 2024-10-25T10:36:19.103Z (about 2 months ago)
- Topics: defold, lua, typescript, typings
- Homepage: https://ts-defold.dev
- Size: 439 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
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