10 lines
179 B
JSON
10 lines
179 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"incremental": true,
|
||
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "lib"
|
||
|
|
}
|
||
|
|
}
|