warcraft3
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save warcraft3

Summary

This package is type definitions for Warcraft3 APIs.

Usage

{ "compilerOptions": { "target": "ESNext", // recommended "lib": [], // No libraries are required "strict": true, // recommended "types": ["warcraft3"] } "tstl": { "luaTarget": "5.3", // recommended "noImplicitSelf": true, "luaBundle": "output/war3map.lua", // Your output path of lua bundle file. "luaBundleEntry": "main.ts" // Your typescript main module entry. } }

Dependents (0)

Package Sidebar

Install

npm i warcraft3

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

324 kB

Total Files

5

Last publish

Collaborators

  • kiki_xtq