Simplify linter & formatter config

This commit is contained in:
Jorge Vargas 2024-09-18 19:44:37 -06:00
parent dd23b65c80
commit 7aa64366c0
4 changed files with 26 additions and 51 deletions

View file

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