13 lines
192 B
JSON
13 lines
192 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.build.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": false,
|
||
|
|
"noEmit": true,
|
||
|
|
"noEmitOnError": false
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": []
|
||
|
|
}
|