UNPKG

@rdx-js/build-berun

Version:

BeRun runner for building RDX packs

17 lines (16 loc) 380 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "declaration": true, "types": ["@types/node"], "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "baseUrl": "." }, "include": ["src"], "exclude": ["node_modules"] }