mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 11:22:23 +04:00
d8956a06d6
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
22 lines
271 B
JSON
22 lines
271 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [
|
|
".astro/types.d.ts",
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@data/*": [
|
|
"../shared/data/*"
|
|
],
|
|
"@shared/*": [
|
|
"../shared/astro/*"
|
|
]
|
|
},
|
|
"baseUrl": "."
|
|
}
|
|
}
|