8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"stripInternal": true
|
|
}
|
|
}
|