Skip to content

Commit ecafd68

Browse files
committed
chore: release 1.0.9
1 parent bf27505 commit ecafd68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.8",
2+
"version": "1.0.9",
33
"type": "commonjs",
44
"exports": {
55
"./strapi-server": {

server/tsconfig.build.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"compilerOptions": {
66
"rootDir": "../",
77
"baseUrl": ".",
8-
"outDir": "./dist"
8+
"outDir": "./dist",
9+
"target": "ES6",
10+
"module": "commonjs"
911
}
1012
}

0 commit comments

Comments
 (0)