diff --git a/jsconfig.json b/jsconfig.json index adc4845..b1963c2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,7 +3,8 @@ "baseUrl": "./", "paths": { "@/*": ["src/*"] - } + }, + "jsx": "preserve" }, "exclude": ["node_modules", "dist"] }