From 569f8b8707636cb52d9b89278c28150d668175db Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 20 May 2022 18:13:31 -0400 Subject: fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 2901f27..d4de0f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "dist", "module": "ESNext", "target": "ES2020", - "jsx": "react-jsx", + "jsx": "react", "declaration": false, "moduleResolution": "node", "noUnusedLocals": true, -- cgit v1.2.3