feat: update dependencies, configuration, and input file for solidjs

- Update dependencies in package.json
- Modify the input file in rollup.config.mjs
- Update tsconfig.json with new configuration options
This commit is contained in:
Sped0n
2024-02-14 22:37:43 +08:00
parent 40182c7718
commit 5569a41d7a
4 changed files with 38 additions and 6 deletions

View File

@@ -9,7 +9,9 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node"
"moduleResolution": "node",
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"