toot-script-condivisione-su.../tsconfig.json

15 lines
315 B
JSON
Raw Normal View History

2023-03-17 21:08:08 +01:00
{
2023-03-18 04:14:03 +01:00
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
2023-03-27 19:22:41 +02:00
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@pages/*": ["src/pages/*"],
"@scripts/*": ["src/scripts/*"],
"@styles/*": ["src/styles/*"]
}
2023-03-18 04:14:03 +01:00
}
2023-03-17 21:08:08 +01:00
}