You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .config/repo/tsconfig.check.json
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
"//": "Member-owned half of the type-check config. .config/fleet/tsconfig.check.json extends this LAST, so anything declared here wins over the fleet defaults. Its main job is compilerOptions.paths: a member's package aliases resolve for `pnpm run type` only when they are declared here, because the root tsconfig.json is a sibling of the check chain rather than an ancestor. Paths are relative to THIS file, so a src/ wrapper reads ../../src/external/<name>. Seeded empty and extended unconditionally, so leave the file in place even with nothing in it.",
-**Vendored externals:**`cacache`, `make-fetch-happen`, `fast-sort`, `pacote`, `adm-zip`, `tar-fs`, `picomatch` live in `src/external/` and are remapped via `tsconfig.json``paths`. Import them by bare package name.
10
+
-**Vendored externals:**`cacache`, `make-fetch-happen`, `fast-sort`, `pacote`, `tar-fs`, `picomatch` live in `src/external/` and are remapped via `tsconfig.json``paths`. Import them by bare package name.
0 commit comments