js-waku/tsconfig.karma.json

7 lines
82 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.dev",
"compilerOptions": {
"noEmit": false
}
}