Skip to content

Commit

Permalink
fix(classes): adjust packageJson exports to include secondary entry p…
Browse files Browse the repository at this point in the history
…oints
  • Loading branch information
nartc committed Apr 11, 2022
1 parent 5e16894 commit a82c0c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/classes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"require": "./index.cjs",
"types": "./index.d.ts",
"typings": "./index.d.ts"
},
"./transformer-plugin": {
"import": "./transformer-plugin/index.esm.js",
"require": "./transformer-plugin/index.cjs",
"types": "./transformer-plugin/index.d.ts",
"typings": "./transformer-plugin/index.d.ts"
},
"./mapped-types": {
"import": "./mapped-types/index.esm.js",
"require": "./mapped-types/index.cjs",
"types": "./mapped-types/index.d.ts",
"typings": "./mapped-types/index.d.ts"
}
},
"sideEffects": false,
Expand Down

0 comments on commit a82c0c3

Please sign in to comment.