Skip to content

Commit 1ec283c

Browse files
committed
apply patch
1 parent 3c9fae4 commit 1ec283c

File tree

2 files changed

+121
-47
lines changed

2 files changed

+121
-47
lines changed

package-lock.json

Lines changed: 117 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"glob": "^8.0.3",
3030
"rollup": "^2.78.1",
3131
"rollup-plugin-terser": "^7.0.2",
32-
"typescript": "^4.8.4"
32+
"typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/139076/artifacts?artifactName=tgz&fileId=FDFEBFD7D88247CD31A298D36CE4CF4D755D0D11C7B30BA428B6AB3F1180113F02&fileName=/typescript-4.9.3-insiders.20221122.tgz"
33+
},
34+
"overrides": {
35+
"typescript": "$typescript"
3336
},
3437
"scripts": {
3538
"build": "npm run build --workspaces --if-present",

0 commit comments

Comments
 (0)