UNPKG

@tendrock/ipc

Version:

An IPC system implementation of Minecraft Community Script Protocol for Minecraft Bedrock

32 lines 617 B
{ "compilerOptions": { "noImplicitAny": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "module": "esnext", "target": "es6", "outDir": "dist", "sourceMap": false, "declaration": true, "incremental": false, "declarationDir": "types/generated", "lib": [ "ES6", "ES2021", "ES2022" ], "paths": { "*": [ "./.yalc/*" ] }, "allowJs": true }, "include": [ "./scripts" ], "exclude": [ "./backup", "./scripts/test" ] }