Skip to content

Commit

Permalink
build: upgrade ts to use node16 mode, remove shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mok committed Jun 27, 2022
1 parent f48ef38 commit dc72302
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 3,544 deletions.
12 changes: 12 additions & 0 deletions .yarn/patches/ms-npm-3.0.0-canary.1-a95efad0b2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index a2064bcc49c62717e2578ec8eccd7b067919a934..e511a40d3ec0f32c8b521a1a3f7bd6a8c6d898a3 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"main": "./dist/index.cjs",
"type": "module",
"exports": {
+ "types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},

0 comments on commit dc72302

Please sign in to comment.