mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 05:33:09 +00:00
add libp2p as types namespace to fix tests
This commit is contained in:
parent
ee02794525
commit
52b67b573f
@ -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/@libp2p"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["src/**/*.spec.ts", "src/test_utils"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user