mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
2ad46002ac
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
30 lines
391 B
JSON
30 lines
391 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [
|
|
".astro/types.d.ts",
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"public",
|
|
"tmp-assets"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@data/*": [
|
|
"../shared/data/*"
|
|
],
|
|
"@shared/*": [
|
|
"../shared/*"
|
|
],
|
|
"@ui/*": [
|
|
"../shared/ui/*"
|
|
],
|
|
"@components/*": [
|
|
"../shared/components/*"
|
|
]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|