Skip to content

Commit 8960ea6

Browse files
authored
chore(api): add path mappings for integration platform in tsconfig (#1908)
1 parent 95b268b commit 8960ea6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/api/tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323
"noFallthroughCasesInSwitch": false,
2424
"paths": {
2525
"@/*": ["./src/*"],
26-
"@db": ["./prisma/index"]
26+
"@db": ["./prisma/index"],
27+
"@comp/integration-platform": [
28+
"../../packages/integration-platform/src/index.ts"
29+
],
30+
"@comp/integration-platform/*": [
31+
"../../packages/integration-platform/src/*"
32+
]
2733
},
2834
"jsx": "react-jsx"
2935
}

0 commit comments

Comments
 (0)