From b94812026d1ece64c6e6ade48d1d2f2fddd44009 Mon Sep 17 00:00:00 2001 From: weboko Date: Tue, 31 Jan 2023 23:07:54 +0100 Subject: [PATCH] return interface waku package to devDep, return ts config --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4ace08..df5b95a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 314ede4..64774a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],