UNPKG

@tendrock/location-id

Version:

A location id lib under Tendrock ecosystem for Minecraft Bedrock Script API

22 lines 515 B
{ "compilerOptions": { "lib": ["ES6", "ES2021", "ES2022"], "strict": true, "noImplicitAny": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "module": "esnext", "target": "es6", "outDir": "dist", "sourceMap": false, "declaration": true, "incremental": false, "declarationDir": "types/generated", "allowJs": true }, "include": [ "./scripts" ], "exclude": ["./rubbish"] }