updated paths in tsconfig.base.json

This commit is contained in:
Abhinav 2023-11-02 15:58:21 +05:30
parent e463baac2b
commit fbd5cf73f4

View file

@ -21,7 +21,9 @@
"strict": true,
"target": "es2021",
"paths": {
"@ente/eslint-config/*": ["./packages/eslint-config/*"]
"@ente/eslint-config/*": ["./packages/eslint-config/*"],
"@ente/shared/*": ["./packages/shared/*"],
"@ente/accounts/*": ["./apps/accounts/*"]
}
},
"exclude": ["**/node_modules", "**/.*/"]