imnya.ng/tsconfig.json
imnyang 58ce75b38a
Some checks failed
/ print-content (push) Has been cancelled
wow
2026-05-31 13:55:12 +09:00

11 lines
203 B
JSON

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