13 lines
186 B
JSON
13 lines
186 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "./dist",
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*",
|
||
|
"bin/**/*",
|
||
|
],
|
||
|
"references": []
|
||
|
}
|