diff --git a/package.json b/package.json index 21de081..1a7407d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "@types/chai": "^4.3.20", "@types/jsdom": "^21.1.7", "@types/mocha": "^10.0.8", - "@types/node": "^20.10.6", "@types/sinon": "^17.0.3", "c8": "^10.1.2", "chai": "4.5.0", diff --git a/tsconfig.json b/tsconfig.json index 115ff6e..58bdfc4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,10 +6,7 @@ "sourceMap": true, "declaration": true, "esModuleInterop": true, - "types": [ - "node", - "mocha" - ], + "types": ["mocha"], "lib": ["dom", "ESNext"] }, "include": ["./src/**/*"],