0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-04-05 22:57:35 +02:00
Bootstrap/site/tsconfig.json
Julien Déramond b366d395ee
Some checks failed
BrowserStack / browserstack (push) Has been cancelled
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-04-01 22:02:11 +02: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/*"]
}
}
}