9 lines
163 B
JSON
9 lines
163 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
||
|
}
|
||
|
}
|