devtools-bp/tsconfig.base.json
2023-07-27 20:00:19 +02:00

33 lines
697 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": [
"es2020",
"dom"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@devtools-bp/nestjs-paystack": [
"libs/nestjs-paystack/src/index.ts"
],
"@devtools-bp/ngx-responsive-table": [
"libs/ngx-responsive-table/src/index.ts"
]
}
},
"exclude": [
"node_modules",
"tmp"
]
}