12 строки
213 B
JSON
12 строки
213 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"tsBuildInfoFile": ".tsbuildinfo",
|
||
|
"rootDir": "src",
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"references": []
|
||
|
}
|