Skip to content

Commit

Permalink
Setting target
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 13, 2024
1 parent b9688fb commit 1bc03ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Tools to render waypoint-style documents.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"target": "ES2022",
"files": [
"lib"
"src"
],
"scripts": {
"prepublish": "./node_modules/.bin/tsc",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './builders';

0 comments on commit 1bc03ec

Please sign in to comment.