feat: update to rolldown-vite and typescript-go

This commit is contained in:
Aarnav Tale 2025-08-18 16:18:08 -04:00
parent 17712cbb1c
commit a4a037ed68
No known key found for this signature in database
6 changed files with 833 additions and 476 deletions

View file

@ -1,11 +1,11 @@
{
"include": [
"**/*.ts",
"**/*.tsx",
"**/.server/**/*.ts",
"**/.server/**/*.tsx",
"**/.client/**/*.ts",
"**/.client/**/*.tsx"
"**/*.ts",
"**/*.tsx",
"**/.server/**/*.ts",
"**/.server/**/*.tsx",
"**/.client/**/*.ts",
"**/.client/**/*.tsx"
],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
@ -21,7 +21,6 @@
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"],
"~server/*": ["./server/*"]