From 737308c88ae98b468185adbdf95fd284fb36f790 Mon Sep 17 00:00:00 2001 From: virgoaugustine Date: Thu, 13 Jan 2022 12:23:56 +0000 Subject: [PATCH] [examples/ckan/tsconfig.json]: Fix vercel-catalog-portal-js-deploy-fail --- examples/ckan/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ckan/tsconfig.json b/examples/ckan/tsconfig.json index 8932686e..e8d926a0 100644 --- a/examples/ckan/tsconfig.json +++ b/examples/ckan/tsconfig.json @@ -12,7 +12,7 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve" + "jsx": "react-jsx" }, "exclude": ["node_modules"], "include": [