We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9165c6b commit 0023b21Copy full SHA for 0023b21
packages/tendermint-rpc/tsconfig.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"baseUrl": ".",
5
"outDir": "build",
6
- "rootDir": "src"
+ "rootDir": "src",
7
+ "types": ["jasmine", "karma-firefox-launcher", "karma-jasmine", "karma-jasmine-html-reporter", "node"]
8
},
9
"include": [
10
"src/**/*"
0 commit comments