@ancient-legion/mod-api
v0.21.0
Published
Typing for mod api
Downloads
22
Readme
Declarations of types for Mod api of the AncinetLegion game
✨ Install
In tsconfig.json
{
"compilerOptions": {
...
"moduleResolution": "node",
"types": [ "node", "@ancient-legion/mod-api" ],
...
},
...
}