This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
js-waku
mirror of
https://github.com/waku-org/js-waku.git
Watch
1
Star
0
Fork
You've already forked js-waku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ba1ee12c7
js-waku
/
packages
/
tests
/
tsconfig.karma.json
7 lines
82 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: move tests to separate package
2022-11-01 08:57:19 +00:00
{
test: re-introduce build
2022-11-02 02:53:26 +00:00
"extends"
:
"./tsconfig.dev"
,
chore: move tests to separate package
2022-11-01 08:57:19 +00:00
"compilerOptions"
:
{
"noEmit"
:
false
}
}