Skip to content

Commit 9252082

Browse files
committed
chore: 🔧 export 추가
1 parent 44fa45c commit 9252082

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

‎package.json‎

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,50 @@
1414
"require": "./dist/index.cjs",
1515
"import": "./dist/index.js",
1616
"types": "./dist/index.d.ts"
17+
},
18+
"./base": {
19+
"import": "./dist/base/index.js",
20+
"types": "./dist/base/index.d.ts"
21+
},
22+
"./import": {
23+
"import": "./dist/import/index.js",
24+
"types": "./dist/import/index.d.ts"
25+
},
26+
"./jest": {
27+
"import": "./dist/jest/index.js",
28+
"types": "./dist/jest/index.d.ts"
29+
},
30+
"./next": {
31+
"import": "./dist/next/index.js",
32+
"types": "./dist/next/index.d.ts"
33+
},
34+
"./react": {
35+
"import": "./dist/react/index.js",
36+
"types": "./dist/react/index.d.ts"
37+
},
38+
"./react-hooks": {
39+
"import": "./dist/react-hooks/index.js",
40+
"types": "./dist/react-hooks/index.d.ts"
41+
},
42+
"./sort-keys-fix": {
43+
"import": "./dist/sort-keys-fix/index.js",
44+
"types": "./dist/sort-keys-fix/index.d.ts"
45+
},
46+
"./stylistic": {
47+
"import": "./dist/stylistic/index.js",
48+
"types": "./dist/stylistic/index.d.ts"
49+
},
50+
"./tanstack": {
51+
"import": "./dist/tanstack/index.js",
52+
"types": "./dist/tanstack/index.d.ts"
53+
},
54+
"./tseslint": {
55+
"import": "./dist/tseslint/index.js",
56+
"types": "./dist/tseslint/index.d.ts"
57+
},
58+
"./unused-imports": {
59+
"import": "./dist/unused-imports/index.js",
60+
"types": "./dist/unused-imports/index.d.ts"
1761
}
1862
},
1963
"devDependencies": {
@@ -51,4 +95,4 @@
5195
"eslint-plugin-unused-imports": "*",
5296
"typescript-eslint": "*"
5397
}
54-
}
98+
}

0 commit comments

Comments
 (0)