10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../types/shared",
|
||
|
"stripInternal": true,
|
||
|
"removeComments": false,
|
||
|
"emitDeclarationOnly": true
|
||
|
}
|
||
|
}
|