From f461654c0d220039b5ae404f946ab590606ee785 Mon Sep 17 00:00:00 2001 From: Stephan Besser Date: Wed, 4 Dec 2024 22:52:39 +0100 Subject: [PATCH] #build-patch: config for build --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b128000..a731e95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { - // "lib": [ - // "esnext" - // ], + "lib": [ + "esnext" + ], "declaration": true, "declarationDir": "./dist/types", "strict": true,