Skip to content

Commit

Permalink
Merge branch 'main' into tsconfig-path-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus authored Nov 6, 2024
2 parents 193e50e + 15dc48b commit 737a287
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./tsconfig.json": "./lib/tsconfig.polyfill.json"
},
"scripts": {
"build": "npm run clean && tsc && cp ./src/*.json ./lib",
"clean": "rm -rf ./lib",
Expand Down

0 comments on commit 737a287

Please sign in to comment.