| Current Path : /home/smartbloks/.trash/extendify/ |
| Current File : /home/smartbloks/.trash/extendify/jsconfig.json |
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@library/*": ["./src/Library/*"],
"@onboarding/*": ["./src/Onboarding/*"],
"@assist/*": ["./src/Assist/*"],
"@chat/*": ["./src/Chat/*"]
}
},
"exclude": ["node_modules", "vendor"]
}