This commit is contained in:
prototypa
2022-09-11 06:24:35 -04:00
parent a4d8228c7e
commit dbb9fa1d81

View File

@ -2,6 +2,7 @@
"extends": "astro/tsconfigs/base", "extends": "astro/tsconfigs/base",
"compilerOptions": { "compilerOptions": {
"types": ["astro/client"], "types": ["astro/client"],
"allowJs": true,
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"~/*": ["src/*"] "~/*": ["src/*"]