Files
rootxwire1/jsconfig.json
2025-06-23 15:27:37 +05:30

11 lines
219 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"components/*": ["components/*"],
"common/*": ["common/*"],
"data/*": ["data/*"],
"layouts/*": ["layouts/*"],
}
}
}