elliebot.net/tsconfig.json

13 lines
200 B
JSON
Raw Normal View History

2023-10-18 12:14:59 +00:00
{
2024-01-20 07:23:29 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"~/*": [
"src/*"
]
}
}
2023-10-18 12:14:59 +00:00
}