Skip to content

Commit 3f61e67

Browse files
committed
Add option path mapping
Does not work currently due to microsoft/TypeScript#10866
1 parent c77c6b8 commit 3f61e67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"noFallthroughCasesInSwitch": true,
1515

1616
"moduleResolution": "node",
17+
"baseUrl": "./src",
18+
"paths": {
19+
"@app/*": [ "./*" ]
20+
},
1721
"esModuleInterop": true,
1822

1923
"resolveJsonModule": true

0 commit comments

Comments
 (0)