Skip to content

Commit 20db57e

Browse files
committed
Path alias tests folder
- Set path alias `_tests/*` to folder `tests/` in `tsconfig`.
1 parent bde9d3b commit 20db57e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"_main/*": ["src/main/*"],
1010
"_models/*": ["src/models/*"],
1111
"_renderer/*": ["src/renderer/*"],
12-
"_utils/*": ["src/utils/*"]
12+
"_utils/*": ["src/utils/*"],
13+
"_tests/*": ["tests/*"]
1314
},
1415
"module": "commonjs",
1516
"moduleResolution": "node",

0 commit comments

Comments
 (0)