mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
8962710163
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
25 lines
277 B
JSON
25 lines
277 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@data/*": [
|
|
"./data/*"
|
|
],
|
|
"@shared/*": [
|
|
"./*"
|
|
],
|
|
"@ui/*": [
|
|
"./ui/*"
|
|
]
|
|
}
|
|
}
|
|
}
|