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
d9d8c4c23c
js-waku
/
tsconfig.dev.json
8 lines
94 B
JSON
Raw
Normal View
History
Unescape
Escape
Exclude test files from build
2021-05-11 01:33:20 +00:00
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"noEmit"
:
true
}
,
Fix include/exclude folders in tsconfig
2022-05-27 04:51:12 +00:00
"exclude"
:
[
]
Exclude test files from build
2021-05-11 01:33:20 +00:00
}