Skip to content

Commit b21356a

Browse files
committed
chore: release 1.0.10
1 parent ecafd68 commit b21356a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package.json

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

server/tsconfig.build.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"rootDir": "../",
77
"baseUrl": ".",
88
"outDir": "./dist",
9-
"target": "ES6",
10-
"module": "commonjs"
9+
"incremental": false
1110
}
1211
}

server/tsconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"extends": "@strapi/typescript-utils/tsconfigs/server",
3-
"include": ["./", "src/**/*.json"],
3+
"include": ["./"],
44
"compilerOptions": {
55
"rootDir": "../",
66
"baseUrl": ".",
77
"target": "es6",
88
"module": "commonjs",
9-
"lib": ["es6", "es2015", "dom"],
10-
"allowJs": true //enables the build without .ts files
9+
"lib": ["es6", "es2015", "dom"]
1110
}
1211
}

0 commit comments

Comments
 (0)