Files

12 lines
205 B
JSON
Raw Permalink Normal View History

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*", ".astro/types.d.ts"],
"exclude": ["dist"]
}