thp-lang.org/tsconfig.json

10 lines
137 B
JSON
Raw Normal View History

2024-03-26 23:05:58 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"baseUrl": ".",
"paths": {
2024-11-23 21:45:31 +00:00
"@/*": ["src/*"]
}
}
}