We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9d545 commit 659d0ccCopy full SHA for 659d0cc
package.json
@@ -4,10 +4,9 @@
4
"description": "OData EDM generator",
5
"type": "module",
6
"exports": {
7
- "default" : "./dist/esm/decorators/index.js",
8
- "types" : "./dist/esm/decorators/index.d.ts"
+ "default" : "./dist/esm/api/decorators.js",
+ "types" : "./dist/esm/api/decorators.d.ts"
9
},
10
- "typings": "dist/types/api/decorators",
11
"bin": {
12
"gen-edm": "dist/esm/cli/index.js"
13
0 commit comments