diff --git a/jsconfig.json b/jsconfig.json index f0568c3..060235f 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -6,7 +6,8 @@ "~/*": ["./*"], "@/*": ["src/*"] }, - "jsx": "preserve" + "jsx": "preserve", + "allowJs": true }, "exclude": ["node_modules", "dist"] }