Skip to content

Commit 0023b21

Browse files
committed
tendermint-rpc: remove vitest/globals in tsconfig
1 parent 9165c6b commit 0023b21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tendermint-rpc/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"baseUrl": ".",
55
"outDir": "build",
6-
"rootDir": "src"
6+
"rootDir": "src",
7+
"types": ["jasmine", "karma-firefox-launcher", "karma-jasmine", "karma-jasmine-html-reporter", "node"]
78
},
89
"include": [
910
"src/**/*"

0 commit comments

Comments
 (0)