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

@@ -3,7 +3,7 @@ import terser from '@rollup/plugin-terser'
import typescript from '@rollup/plugin-typescript'
export default {
input: './assets/ts/main.ts',
input: './assets/ts/main.tsx',
output: {
dir: './static/bundled/js',
format: 'es',