From 73f4b063790a73351ee0e830687ae066a606654e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 22 Sep 2023 07:21:44 +0300 Subject: [PATCH] squash! --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2ed39e9c..7639da41 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ }, "types": ["astro/client", "astro/client-image", "astro/env"] }, - "extends": "typescript-esbuild/Target/Configuration/TypeScript", + "extends": "typescript-esbuild/Target/Notation/TypeScript", "include": [".sst/types"] }