10 lines
150 B
JSON
10 lines
150 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "./lib",
|
||
|
},
|
||
|
"include": [],
|
||
|
"references": []
|
||
|
}
|