Skip to content

Commit f464505

Browse files
fix: /lib/commonjs/index not found error
1 parent 56903f4 commit f464505

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@
144144
"source": "src",
145145
"output": "lib",
146146
"targets": [
147+
"commonjs",
148+
"module",
147149
[
148-
"module",
150+
"typescript",
149151
{
150-
"esm": true,
151-
"jsxRuntime": "classic"
152+
"project": "tsconfig.build.json"
152153
}
153-
],
154-
"typescript"
154+
]
155155
]
156156
},
157157
"dependencies": {

0 commit comments

Comments
 (0)