Files
rootxwire/jsconfig.json
2024-07-07 14:31:05 +05:30

11 lines
229 B
JSON

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