@ts-defold/types

TypeScript definitions for Defold

Usage no npm install needed!

<script type="module">
  import tsDefoldTypes from 'https://cdn.skypack.dev/@ts-defold/types';
</script>

README

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 :heart: Defold