1
0
Fork 0
docsearch/tsconfig.declaration.json
2020-09-01 11:54:48 +02:00

8 lines
136 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true
}
}