From 5335b407b73c0c1dde2eea3a48633c9e6d9a8fe0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 4 Sep 2023 22:15:36 +0100 Subject: [PATCH] allow js --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cefd0804..cf34865e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "jsx": "react-jsx", "plugins": [{ "name": "typescript-plugin-css-modules" }], "jsxImportSource": "react", + "allowJs": true, "baseUrl": ".", "paths": { "@config/*": [".config/*"],