From ca8efd9f0e2d8436dd04dd625843afb66ddcca8e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 Jun 2022 01:26:11 +0200 Subject: [PATCH] tsconfig.json is confused --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index aec049f..dc2a5d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "experimentalDecorators": true, + "experimentalDecorators": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]