mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
Add yarn typescript plugin
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
75563a0343
commit
921500efe9
2 changed files with 2 additions and 0 deletions
BIN
.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
BIN
.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
Binary file not shown.
|
@ -3,5 +3,7 @@ nodeLinker: node-modules
|
|||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: "@yarnpkg/plugin-typescript"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-berry.cjs
|
||||
|
|
Loading…
Reference in a new issue