Skip to content

Commit abc0b3a

Browse files
Add @ts-defold/types (#72)
@ts-defold/types started as a fork of the type-generator and types listed here: https://github.com/dasannikov/DefoldTypeScript/blob/master/defold.d.ts a and is now a more feature-complete solution with active development. The link here also provides attribution to the OG @dasannikov implementation.
1 parent 7c9692c commit abc0b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The real power of this transpiler is usage together with good declarations for t
7676

7777
- [Lua Standard Library](https://github.com/TypeScriptToLua/lua-types)
7878
- [Dota 2 Custom Games](https://github.com/ModDota/API/tree/master/declarations/server) ([template](https://github.com/ModDota/TypeScriptAddonTemplate))
79-
- [Defold Game Engine Scripting](https://github.com/dasannikov/DefoldTypeScript/blob/master/defold.d.ts)
79+
- [Defold Game Engine Scripting](https://github.com/ts-defold/types)
8080
- [LÖVE 2D Game Development](https://github.com/hazzard993/love-typescript-definitions)
8181
- [World of Warcraft - Addon Development](https://github.com/wartoshika/wow-declarations)
8282
- [World of Warcraft Classic - Addon Development](https://github.com/wartoshika/wow-classic-declarations)

0 commit comments

Comments
 (0)