2024-01-22 16:25:49 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2024-01-22 16:31:21 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist"
|
2024-01-22 16:25:49 +00:00
|
|
|
},
|
|
|
|
"files": [],
|
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.lib.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|