pruebas-tecnicas/web/tsconfig.json
2023-07-13 15:54:18 +02:00

9 lines
152 B
JSON

{
"extends": "astro/tsconfigs/strict",
"display": "theme/bubblegum",
"compilerOptions": {
"types": ["astro/client"],
"baseUrl": "."
}
}