bijlobke/tsconfig.json
2024-10-26 11:51:26 +02:00

13 lines
207 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
},
"exclude": ["dist/"]
}