Migrate to Sequelize V7

This commit is contained in:
Jorge Vargas 2024-08-29 23:55:25 -06:00
parent a5a5f4ee2a
commit a79cc8e172
45 changed files with 329 additions and 422 deletions

View file

@ -1,12 +1,16 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"experimentalDecorators": true,
"moduleResolution": "Bundler",
"allowJs": true,
"baseUrl": "src",
"paths": {
"@/*": [
"*"
],
"@/root/*": [
"../*"
]
}
}