Skip to content

Commit 2b8ab1e

Browse files
committed
Add path aliases to tsconfig.check.json for test imports
1 parent 7da5e66 commit 2b8ab1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.check.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"module": "esnext",
55
"moduleResolution": "bundler",
66
"noEmit": true,
7+
"paths": {
8+
"*": ["./*"],
9+
"../dist/index": ["./src/index.ts"]
10+
},
711
"types": ["vitest/globals", "node"],
812
"verbatimModuleSyntax": false
913
},

0 commit comments

Comments
 (0)