nebula / tsconfig.json
soiz1's picture
Upload 109 files
89a8d13 verified
raw
history blame contribute delete
301 Bytes
{
"extends": "astro/tsconfigs/strict",
"include": ["src"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@utils/*": ["src/utils/*"]
}
}
}