90da6f152b
* typescript validator client: add `denom` argument to constructor and a simple test for querying a balance. Add to yarn workspaces. * Update CHANGELOG
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"skipLibCheck": true
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": [
|
|
"src/index.ts"
|
|
],
|
|
"out": "docs"
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"examples",
|
|
"tests",
|
|
"node_modules"
|
|
]
|
|
} |