We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bebd3 commit 23dc18fCopy full SHA for 23dc18f
1 file changed
packages/eslint-config-nimble/package.json
@@ -11,20 +11,10 @@
11
"exports": {
12
"./package.json": "./package.json",
13
".": {
14
- "types": "./dist/esm/index.d.ts",
15
- "import": "./dist/esm/index.js"
+ "import": "./index.js"
16
},
17
"./*": {
18
- "types": "./dist/esm/*.d.ts",
19
- "import": "./dist/esm/*/index.js"
20
- }
21
- },
22
- "typesVersions": {
23
- "*": {
24
- "*": [
25
- "dist/esm/*",
26
- "dist/esm/*/index.d.ts"
27
- ]
+ "import": "./*/index.js"
28
}
29
30
"keywords": [
0 commit comments