cosmjs/packages/stargate/tsconfig.eslint.json
2021-05-18 15:16:03 +02:00

10 lines
182 B
JSON

{
// extend your base config so you don't have to redefine your compilerOptions
"extends": "./tsconfig.json",
"include": [
"src/**/*",
"*.js",
".eslintrc.js"
]
}