Skip to content

Commit a0be836

Browse files
fix(tests): replace invalid TS path config
1 parent f1af993 commit a0be836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tsconfig/tsconfig.spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"sourceMap": false,
77
"removeComments": true,
88
"paths": {
9-
"internal:typedi": ["./src/index.mjs"],
10-
"internal:typedi/*": ["./src/*"]
9+
"internal:typedi": ["../../src/index.mts"],
10+
"internal:typedi/*": ["../../src/*"]
1111
}
1212
},
1313
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)