UNPKG

@tendrock/core

Version:

The core package of the Tendrock system for Minecraft Bedrock Script API

15 lines 308 B
{ "extends": "../tsconfig.tendrock.json", "compilerOptions": { "outDir": "dist", "rootDir": "../", "declarationDir": "types/generated" }, "include": [ "./**/*", "../common/**/*" ], "exclude": [ "backup", "dist", "package.json", "tsconfig.json", "types" ] }