We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e445d2e commit dfc3830Copy full SHA for dfc3830
1 file changed
tsconfig.json
@@ -13,11 +13,10 @@
13
"sourceMap": true,
14
"resolveJsonModule": true,
15
"types": ["node"],
16
- "baseUrl": "./src",
17
"paths": {
18
- "@api/*": ["presentation/api/*"],
19
- "@web/*": ["presentation/web/*"],
20
- "@shared/*": ["domain/shared/*"]
+ "@api/*": ["./src/presentation/api/*"],
+ "@web/*": ["./src/presentation/web/*"],
+ "@shared/*": ["./src/domain/shared/*"]
21
},
22
"noUncheckedIndexedAccess": true,
23
"isolatedModules": true
0 commit comments