updated paths in tsconfig.base.json
This commit is contained in:
parent
e463baac2b
commit
fbd5cf73f4
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es2021",
|
"target": "es2021",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@ente/eslint-config/*": ["./packages/eslint-config/*"]
|
"@ente/eslint-config/*": ["./packages/eslint-config/*"],
|
||||||
|
"@ente/shared/*": ["./packages/shared/*"],
|
||||||
|
"@ente/accounts/*": ["./apps/accounts/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["**/node_modules", "**/.*/"]
|
"exclude": ["**/node_modules", "**/.*/"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue