@rdx-js/build-berun
Version:
BeRun runner for building RDX packs
17 lines (16 loc) • 380 B
JSON
{
"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"]
}