fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles

This commit is contained in:
AAGaming 2022-05-20 18:13:31 -04:00
commit 569f8b8707
No known key found for this signature in database
GPG key ID: 3050166AC290BDF5
7 changed files with 884 additions and 2513 deletions

View file

@ -3,7 +3,7 @@
"outDir": "dist",
"module": "ESNext",
"target": "ES2020",
"jsx": "react-jsx",
"jsx": "react",
"declaration": false,
"moduleResolution": "node",
"noUnusedLocals": true,