1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
tabler/preview/tsconfig.json
2026-07-28 00:09:02 +02:00

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": "."
}
}