We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371898f commit 01ad25dCopy full SHA for 01ad25d
package.json
@@ -4,9 +4,9 @@
4
"description": "OData EDM generator",
5
"type": "module",
6
"exports": {
7
- "import": "./dist/esm/api/decorators.js"
+ "default" : "./dist/esm/api/decorators.js",
8
+ "types" : "./dist/esm/api/decorators.d.ts"
9
},
- "typings": "dist/types/api/decorators",
10
"bin": {
11
"gen-edm": "dist/esm/cli/index.js"
12
tsconfig.json
@@ -4,8 +4,6 @@
"module": "ESNext",
"moduleResolution": "Node",
"declaration": true,
- "declarationMap": true,
- "declarationDir": "./dist/types",
"sourceMap": true,
"outDir": "./dist/esm",
"strict": true,
0 commit comments