mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|