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