mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-03 06:03:08 +00:00
return interface waku package to devDep, return ts config
This commit is contained in:
parent
c40b4a30d8
commit
b94812026d
@ -59,6 +59,7 @@
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "^0.0.7",
|
||||
"app-root-path": "^3.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^5.14.0",
|
||||
@ -121,7 +122,6 @@
|
||||
"@stablelib/sha256": "^1.0.1",
|
||||
"@stablelib/x25519": "^1.0.1",
|
||||
"@waku/core": "^0.0.10",
|
||||
"@waku/interfaces": "^0.0.7",
|
||||
"@waku/proto": "^0.0.2",
|
||||
"bn.js": "^5.2.1",
|
||||
"eventemitter3": "^5.0.0",
|
||||
|
||||
@ -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", "node_modules/@waku"]
|
||||
"typeRoots": ["node_modules/@types", "src/@types"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["src/**/*.spec.ts", "src/test_utils"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user