cosmjs/packages/stargate/tsconfig.json

13 lines
202 B
JSON
Raw Permalink Normal View History

2020-06-25 09:41:58 +02:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "build",
"experimentalDecorators": true,
2020-06-25 09:41:58 +02:00
"rootDir": "src"
},
"include": [
"src/**/*"
]
}