From 94b6b7e2d4e891fc8138226ae27fa24f59448d3f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 28 Sep 2023 22:28:34 +0300 Subject: [PATCH] squash! --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index aa2f37f..12e8a8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Notation/TypeScript", + "extends": "typescript-esbuild/Target/Configuration/TypeScript", "include": ["Source"] }