Add typescript to root
This commit is contained in:
parent
d9547da3d8
commit
c62c478f2c
6
.pnp.js
generated
6
.pnp.js
generated
@ -2888,7 +2888,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@cosmjs/launchpad", "workspace:packages/launchpad"],
|
||||
["@cosmjs/proto-signing", "workspace:packages/proto-signing"],
|
||||
["@cosmjs/stargate", "workspace:packages/stargate"],
|
||||
["prettier", "npm:2.3.0"]
|
||||
["prettier", "npm:2.3.0"],
|
||||
["typescript", "patch:typescript@npm%3A4.0.7#builtin<compat/typescript>::version=4.0.7&hash=a45b0e"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
@ -7131,7 +7132,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@cosmjs/launchpad", "workspace:packages/launchpad"],
|
||||
["@cosmjs/proto-signing", "workspace:packages/proto-signing"],
|
||||
["@cosmjs/stargate", "workspace:packages/stargate"],
|
||||
["prettier", "npm:2.3.0"]
|
||||
["prettier", "npm:2.3.0"],
|
||||
["typescript", "patch:typescript@npm%3A4.0.7#builtin<compat/typescript>::version=4.0.7&hash=a45b0e"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
|
||||
@ -45,6 +45,7 @@
|
||||
"@cosmjs/launchpad": "workspace:packages/launchpad",
|
||||
"@cosmjs/proto-signing": "workspace:packages/proto-signing",
|
||||
"@cosmjs/stargate": "workspace:packages/stargate",
|
||||
"prettier": "^2.0.5"
|
||||
"prettier": "^2.0.5",
|
||||
"typescript": "~4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user