Skip to content

ts-defold/types

Repository files navigation

Defold Types

npm install Chat with us!

TypeScript definitions for Defold

Installation

  1. Get this package from npm
yarn add @ts-defold/types --dev
# or
npm install @ts-defold/types --save-dev 
  1. Modify your tsconfig.json
{
  "compilerOptions": {
+    "types": ["@ts-defold/types"]
  }
}

Shoutouts 📢

@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