8 lines
152 B
JSON
8 lines
152 B
JSON
|
{
|
||
|
"extends": "../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "."
|
||
|
}
|
||
|
}
|