cosmjs/packages/stargate/tsconfig.json
2021-02-09 10:48:42 +00:00

13 lines
202 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "build",
"experimentalDecorators": true,
"rootDir": "src"
},
"include": [
"src/**/*"
]
}