15 lines
No EOL
355 B
JSON
15 lines
No EOL
355 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
|
"references": [
|
|
{ "path": "../../../libs/core/config" }
|
|
]
|
|
} |