Commit 83be5c2
committed
fix: skip node_modules resolutions in tsconfig alias check
When check_import_as_tsconfig_path_alias resolves an import to a path
inside node_modules, return false so the caller falls through to
check_package_import for proper dependency validation.1 parent 4a5551d commit 83be5c2
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments