9 lines
126 B
JSON
9 lines
126 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": ["."]
|
||
|
}
|