mirror of
https://github.com/tabler/tabler.git
synced 2026-08-27 12:36:28 +04:00
25 lines
280 B
JSON
25 lines
280 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@data/*": [
|
|
"./data/*"
|
|
],
|
|
"@shared/*": [
|
|
"./*"
|
|
],
|
|
"@ui/*": [
|
|
"./ui/*"
|
|
]
|
|
}
|
|
}
|
|
}
|