Skip to content

Commit

Permalink
chore: release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
m7rlin committed Aug 3, 2024
1 parent ecafd68 commit b21356a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"type": "commonjs",
"exports": {
"./strapi-server": {
Expand Down
3 changes: 1 addition & 2 deletions server/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist",
"target": "ES6",
"module": "commonjs"
"incremental": false
}
}
5 changes: 2 additions & 3 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"extends": "@strapi/typescript-utils/tsconfigs/server",
"include": ["./", "src/**/*.json"],
"include": ["./"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"target": "es6",
"module": "commonjs",
"lib": ["es6", "es2015", "dom"],
"allowJs": true //enables the build without .ts files
"lib": ["es6", "es2015", "dom"]
}
}

0 comments on commit b21356a

Please sign in to comment.