UNPKG

@tendrock/lib

Version:

A lib under the Tendrock system for Minecraft Bedrock Script API

25 lines 565 B
{ "compilerOptions": { "noImplicitAny": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "module": "esnext", "target": "es6", "sourceMap": false, "declaration": true, "incremental": false, "lib": [ "ES6", "ES2021", "ES2022" ], "allowJs": true, "outDir": "dist", "declarationDir": "types/generated" }, "include": [ "./scripts" ], "exclude": [ "backup", "dist", "package.json", "tsconfig.json", "types" ] }