From 675689795481afd771e5d30a302899441170ebef Mon Sep 17 00:00:00 2001 From: George Kotchlamazashvili Date: Wed, 10 Nov 2021 00:25:14 +0400 Subject: [PATCH] feat!: target node 16 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4d143e2..fc84342 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node12", + "extends": "@tsconfig/node16", "compilerOptions": { "outDir": "dist", "rootDir": "src",