Skip to content

Commit

Permalink
fix(index): avoid exports error
Browse files Browse the repository at this point in the history
Another Way
`@deot/dev/tsconfig.shared.json` -> `./node_modules/@deot/dev/tsconfig.shared.json`
  • Loading branch information
deot committed Aug 25, 2023
1 parent afc2b7d commit b793b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"import": "./dist/index.es.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"./tsconfig.shared.json": "./tsconfig.shared.json"
},
"files": [
"dist",
Expand Down

0 comments on commit b793b20

Please sign in to comment.