From 72c9ccc55e10da9cc0562d6fd16be9a7288036a7 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 29 Sep 2023 00:20:09 +0300 Subject: [PATCH] squash! --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 619f8d4..ffcd63d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "baseUrl": "./", "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Configuration/TypeScript", + "extends": "typescript-esbuild/Target/Notation/TypeScript", "include": ["Source"] }