mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
11 lines
195 B
JSON
11 lines
195 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "build",
|
||
|
"declarationDir": "build/types",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|