We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf27505 commit ecafd68Copy full SHA for ecafd68
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.8",
+ "version": "1.0.9",
3
"type": "commonjs",
4
"exports": {
5
"./strapi-server": {
server/tsconfig.build.json
@@ -5,6 +5,8 @@
"compilerOptions": {
6
"rootDir": "../",
7
"baseUrl": ".",
8
- "outDir": "./dist"
+ "outDir": "./dist",
9
+ "target": "ES6",
10
+ "module": "commonjs"
11
}
12
0 commit comments