16 lines
346 B
JSON
16 lines
346 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"declaration": true,
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"paths": {
|
||
|
|
"@davinci/shared": ["../shared/src/index.ts"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"exclude": ["dist", "node_modules"]
|
||
|
|
}
|