Skip to content

Commit b2944f5

Browse files
committed
Use build config
1 parent 2ca6281 commit b2944f5

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"type": "module",
2323
"exports": {
2424
".": {
25-
"import": "./dist/index.js",
26-
"types": "./dist/index.d.ts"
25+
"types": "./dist/index.d.ts",
26+
"import": "./dist/index.js"
2727
}
2828
},
2929
"engines": {
@@ -69,5 +69,10 @@
6969
"path": "dist/index.js",
7070
"limit": "1.1 KB"
7171
}
72-
]
72+
],
73+
"ts-scripts": {
74+
"project": [
75+
"tsconfig.build.json"
76+
]
77+
}
7378
}

0 commit comments

Comments
 (0)