0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00
Bootstrap/site/tsconfig.json
Julien Déramond c2d39dfc39
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-03-04 20:54:48 +01:00

14 lines
320 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@assets/*": ["src/assets/*"],
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@libs/*": ["src/libs/*"],
"@shortcodes/*": ["src/components/shortcodes/*"]
}
}
}