feat(database): settings added in
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user