Files
blog/tsconfig.json
도로롱 e6ab4973c0 init
2025-10-23 20:51:28 +09:00

11 lines
165 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
}
}
}