feat(database): settings added in

This commit is contained in:
2025-03-04 16:42:26 -06:00
parent 9b7e60cad0
commit 44ba7d9feb
12 changed files with 2185 additions and 17 deletions

View File

@@ -10,7 +10,9 @@
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"outDir": "./dist",
"removeComments": true
"removeComments": true,
"allowJs": true,
"esModuleInterop": true
},
"exclude": ["node_modules", "frontend"]
"exclude": ["node_modules", "frontend", "dist"]
}