reducing-utility-class-dupl.../tsconfig.json

10 lines
135 B
JSON
Raw Permalink Normal View History

2023-01-08 22:22:42 +00:00
{
2023-01-08 23:36:25 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
}
}
}