mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 14:22:21 +04:00
10 lines
115 B
JSON
10 lines
115 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|