From 22ccceba75c1cf2d5751910e17c9e8085698083a Mon Sep 17 00:00:00 2001 From: virgoaugustine Date: Thu, 13 Jan 2022 12:29:10 +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 e8d926a0..56179e97 100644 --- a/examples/ckan/tsconfig.json +++ b/examples/ckan/tsconfig.json @@ -12,7 +12,7 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "react-jsx" + "jsx": "react" }, "exclude": ["node_modules"], "include": [