lion/tsconfig.build.types.json
2020-07-13 11:33:50 +02:00

8 lines
141 B
JSON

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