From 12d2dad4816ab083e1dd85dee9f3bbfec3e3ef51 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 30 Oct 2023 18:58:33 +0100 Subject: [PATCH] tsconfig cleanup --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6adfe89..31ddf04 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "useDefineForClassFields": true, "lib": ["ESNext", "DOM", "DOM.Iterable"], "module": "ESNext", - // "skipLibCheck": true, "allowJs": false, "skipLibCheck": false, @@ -14,7 +13,6 @@ /* Bundler mode */ "moduleResolution": "bundler", - // "moduleResolution": "Node", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,