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