lion/tsconfig.build.types.json

9 lines
179 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false
},
"exclude": ["packages/*/index.js"]
}