fix test: add @waku as type root

This commit is contained in:
weboko 2023-01-31 22:59:21 +01:00
parent f7a34acb1c
commit c40b4a30d8
No known key found for this signature in database

View File

@ -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"],