mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
10 lines
182 B
JSON
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"
|
|
]
|
|
}
|