From 5489a9891c38fba1372c9b896fcc421c833cbb25 Mon Sep 17 00:00:00 2001 From: Ilya Gurevich Date: Tue, 12 Sep 2023 13:19:12 -0400 Subject: [PATCH] no more allowjs --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5e93dab3..7724a582 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,6 @@ /* Incremental Build Options */ "incremental": true, /* "Classic" React JSX pragma */ - "jsx": "react", - "allowJs": true + "jsx": "react" } }