mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 13:43:08 +00:00
fix test: add @waku as type root
This commit is contained in:
parent
f7a34acb1c
commit
c40b4a30d8
@ -38,7 +38,7 @@
|
||||
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
|
||||
"lib": ["es2020", "dom"],
|
||||
"types": ["node", "mocha"],
|
||||
"typeRoots": ["node_modules/@types", "src/@types"]
|
||||
"typeRoots": ["node_modules/@types", "src/@types", "node_modules/@waku"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["src/**/*.spec.ts", "src/test_utils"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user