9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": false
|
|
}
|
|
}
|