mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 12:56:24 +04:00
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist", "public"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@data/*": ["../shared/data/*"],
|
|
"@shared/*": ["../shared/*"],
|
|
"@ui/*": ["../shared/ui/*"],
|
|
"@components/*": ["../shared/components/*"]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|