mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
16 lines
272 B
JSON
16 lines
272 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.astro",
|
|
"src/**/*.ts",
|
|
".astro/types.d.ts"
|
|
],
|
|
"exclude": ["dist"]
|
|
}
|