Zorn/test/tsconfig.json

11 lines
154 B
JSON
Raw Normal View History

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