From d8924417f03934509cc71f1596737a04ee537562 Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Sun, 30 Jul 2023 16:05:43 +0930 Subject: [PATCH] chore: update node types --- package.json | 2 +- tsconfig.app.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb215d8b..082a89b7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/geojson": "^7946.0.10", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", - "@types/node": "^12.11.1", + "@types/node": "^20.4.5", "@types/topojson-specification": "^1.0.2", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", diff --git a/tsconfig.app.json b/tsconfig.app.json index df4d05e1..24e49fca 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/app", - "types": [] + "types": ["node"] }, "files": [ "src/main.ts",