mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 19:49:30 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user