don't use yarn pnp

This commit is contained in:
proddy
2023-04-04 11:27:02 +02:00
parent 24eccf1e04
commit fe8aa8f727
10 changed files with 888 additions and 923 deletions

View File

@@ -3,7 +3,12 @@ plugins:
spec: '@yarnpkg/plugin-typescript'
yarnPath: .yarn/releases/yarn-3.4.1.cjs
# uing pnp
# nodeLinker: pnp
# use these if not using PnP and have node_modules
# compressionLevel: 0
# nmMode: hardlinks-local
# enableGlobalCache: true
nodeLinker: node-modules
compressionLevel: 0
nmMode: hardlinks-local
enableGlobalCache: true