imnya.ng/tsconfig.json
imnyang e33f173101
Some checks failed
/ print-content (push) Failing after 26s
style: format code for consistency across multiple files
2026-09-07 08:07:33 +09:00

11 lines
189 B
JSON

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