Skip to content

Commit

Permalink
chore(types): support TS "Node16" module resolution (#209)
Browse files Browse the repository at this point in the history
stupid
  • Loading branch information
bgotink committed Jun 21, 2022
1 parent 86725b4 commit b84b116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -12,22 +12,27 @@
},
"exports": {
".": {
"types": "./index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./assert": {
"types": "./assert/index.d.ts",
"require": "./assert/index.js",
"import": "./assert/index.mjs"
},
"./diff": {
"types": "./diff/index.d.ts",
"require": "./diff/index.js",
"import": "./diff/index.mjs"
},
"./parse": {
"types": "./parse/index.d.ts",
"require": "./parse/index.js",
"import": "./parse/index.mjs"
},
"./run": {
"types": "./run/index.d.ts",
"require": "./run/index.js",
"import": "./run/index.mjs"
}
Expand Down

0 comments on commit b84b116

Please sign in to comment.