UNPKG

@levimc-lse/types

Version:

TypeScript declaration files for the Legacy Script Engine.

30 lines (20 loc) 607 B
# Legacy Script Engine Types > For other language platforms and documentation, please refer to the [homepage](https://github.com/LiteLDev/LegacyScriptEngine_API). TypeScript declaration files for the Legacy Script Engine. ## 🚀 Usage Install this package as a development dependency: ```bash npm install -D @levimc-lse/types ``` Then, add the following to your `tsconfig.json`: ```jsonc { "compilerOptions": { "types": ["@levimc-lse/types"] } } ``` Or, add the following to your entry point file: ```typescript /// <reference types="@levimc-lse/types" /> ```