Skip to content

8Crafter-Studios/Ore-UI-Types.Libs

Repository files navigation

Ore UI Types - Libs

NPM Downloads NPM Version NPM License NPM Last Update NPM Unpacked Size GitHub last commit Discord

Library type definitions for Minecraft Bedrock Edition's Ore UI scripting environment.

To use this package, you should set either "noLib": true or "lib": [] in the compilerOptions of your tsconfig.json or jsconfig.json file.

Then install the package and add @ore-ui-types/libs to the types array in your tsconfig.json or jsconfig.json file.

Example tsconfig.json:

{
    "compilerOptions": {
        "target": "esnext",
        "module": "nodenext",
        "moduleResolution": "nodenext",
        "baseUrl": "./",
        "declaration": true,
        "sourceMap": true,
        "lib": [],
        "allowSyntheticDefaultImports": true,
        "forceConsistentCasingInFileNames": true,
        "strict": true,
        "noUncheckedIndexedAccess": true,
        "verbatimModuleSyntax": true,
        "noFallthroughCasesInSwitch": true,
        "exactOptionalPropertyTypes": true,
        "noEmit": true,
        "types": ["@ore-ui-types/libs"],
        "typeRoots": []
    }
}

About

Library type definitions for Minecraft Bedrock Edition's Ore UI scripting environment.

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors