ethers.js/tsconfig.types.json

14 lines
253 B
JSON
Raw Permalink Normal View History

2022-09-05 16:14:43 -04:00
{
"exclude": [
2022-09-05 16:57:11 -04:00
"src.ts/_admin/**",
"src.ts/_tests/**"
2022-09-05 16:14:43 -04:00
],
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"declarationDir": "./types",
"emitDeclarationOnly": true
}
}