Zorn/test/tsconfig.json

11 lines
154 B
JSON
Raw Permalink Normal View History

2024-08-16 15:20:41 -05:00
{
2024-11-04 12:47:36 -05:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": [
"src/components/*"
]
},
"jsx": "preserve"
}
2024-08-16 15:20:41 -05:00
}