@tendermint/belt
Version:
A utility belt for TypeScript + JavaScript
28 lines (27 loc) • 895 B
JSON
{
"compilerOptions": {
"declaration": true,
"declarationDir": "types",
"emitDeclarationOnly": true,
"esModuleInterop": true,
"module": "CommonJS",
"moduleResolution": "Node",
"strict": true,
"strictPropertyInitialization": false,
"target": "ESNext"
},
"include": [
"index.ts",
"src/**/*.ts"
],
"typedocOptions": {
"out": "docs",
"mode": "file",
"readme": "none",
"ignoreCompilerErrors": true,
"includeDeclarations": true,
"excludeNotExported": true,
"excludeExternals": true,
"listInvalidSymbolLinks": true
}
}