1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 14:22:21 +04:00
Files
tabler/site/jsconfig.json
T
2023-07-18 00:13:56 +02:00

10 lines
115 B
JSON

{
"compilerOptions": {
"jsx": "react",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}