Zorn/test/tsconfig.json
2024-11-04 12:47:36 -05:00

11 lines
No EOL
154 B
JSON

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