elliebot.net/tsconfig.json

12 lines
185 B
JSON
Raw Normal View History

2023-10-18 05:14:59 -07:00
{
2024-01-19 23:23:29 -08:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
2024-06-21 05:42:43 -07:00
"~/*": ["src/*"]
2024-01-19 23:23:29 -08:00
}
}
2024-06-21 05:42:43 -07:00
}