5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
# pnpm build-script allowlist lives in package.json -> pnpm.onlyBuiltDependencies.
|
|
# TS 7 native-preview fails to resolve packages reliably from pnpm's isolated linker.
|
|
# Keep the workspace on a hoisted layout so pnpm check/build stay stable.
|
|
node-linker=hoisted
|