warcraft3
Version:
Type definitions for Warcraft3 APIs.
21 lines (19 loc) • 604 B
Markdown
is type definitions for Warcraft3 APIs.
{
"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.
}
}
> `npm install --save warcraft3`
This package