12 lines
212 B
JSON
12 lines
212 B
JSON
|
{
|
||
|
"extends": "../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "."
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../shared" }
|
||
|
]
|
||
|
}
|