1
0
Fork 0
docsearch/packages/docsearch-js/tsconfig.declaration.json
2020-09-01 11:34:01 +02:00

8 lines
136 B
JSON

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