feat(ui): add typescript plugin to yarn
This commit is contained in:
parent
acb22f42dd
commit
1a0460a1b6
2 changed files with 17 additions and 1 deletions
9
frontend/.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
9
frontend/.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,9 @@
|
|||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||
nodeLinker: node-modules
|
||||
compressionLevel: 0
|
||||
enableGlobalCache: true
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||
spec: "@yarnpkg/plugin-typescript"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue