return interface waku package to devDep, return ts config

This commit is contained in:
weboko 2023-01-31 23:07:54 +01:00
parent c40b4a30d8
commit b94812026d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

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", "node_modules/@waku"]
"typeRoots": ["node_modules/@types", "src/@types"]
},
"include": ["src"],
"exclude": ["src/**/*.spec.ts", "src/test_utils"],