Skip to content

Commit

Permalink
Add support for TypeScript moduleResolution - bundler (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Apr 7, 2023
1 parent 82bca74 commit 2dbca6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,6 +6,7 @@
"main": "node/index.js",
"types": "node/index.d.ts",
"exports": {
"types": "./node/index.d.ts",
"import": "./node/index.mjs",
"require": "./node/index.js"
},
Expand Down Expand Up @@ -87,4 +88,4 @@
"build-ast": "cargo run --example schema --features jsonschema && node scripts/build-ast.js",
"test": "uvu node/test"
}
}
}

0 comments on commit 2dbca6f

Please sign in to comment.