Skip to content

Commit

Permalink
fix(eslint): simplify calling sub configurations (#55)
Browse files Browse the repository at this point in the history
Call subscripts like described in the `README.md`.
  • Loading branch information
mheob committed Sep 22, 2022
1 parent f352484 commit 27aa074
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-rules-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/tsconfig': patch
---

Simpplify and fix calling sub configurations
8 changes: 8 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
},
"license": "MIT",
"author": "Alexander Böhm <tools@boehm.work>",
"exports": {
".": "./commonjs.json",
"./astro": "./astro.json",
"./commonjs": "./commonjs.json",
"./esm": "./esm.json",
"./nextjs": "./nextjs.json",
"./react": "./react.json"
},
"main": "commonjs.json",
"files": [
"astro.json",
Expand Down

0 comments on commit 27aa074

Please sign in to comment.