mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add yarn typescript plugin
This commit is contained in:
parent
93e4351cc5
commit
713152a9cf
8
.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
8
.yarn/plugins/@yarnpkg/plugin-typescript.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,14 +1,13 @@
|
|||||||
# For more info see https://yarnpkg.com/advanced/telemetry
|
|
||||||
enableTelemetry: false
|
enableTelemetry: false
|
||||||
|
|
||||||
# Experimental but we need this for the migration (we’ll switch it later)
|
nodeLinker: node-modules
|
||||||
nodeLinker: "node-modules"
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
||||||
|
spec: "@yarnpkg/plugin-typescript"
|
||||||
|
|
||||||
# https://yarnpkg.com/configuration/yarnrc#preferInteractive
|
|
||||||
preferInteractive: true
|
preferInteractive: true
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user