Skip to content

Commit

Permalink
Fix: change TypeScript output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha committed Sep 10, 2024
1 parent 4caa9b0 commit 9195c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperjumptech/strapi-optimized-image",
"version": "0.0.2",
"version": "0.0.3",
"description": "Strapi optimized image",
"bugs": {
"url": "https://github.com/hyperjumptech/strapi-optimized-image/issues"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/* Emit */
"declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
"outDir": "dist" /* Specify an output folder for all emitted files. */,
"newLine": "lf" /* Set the newline character for emitting files. */,
"stripInternal": true /* Disable emitting declarations that have '@internal' in their JSDoc comments. */,
"noEmitOnError": true /* Disable emitting files if any type checking errors are reported. */,
Expand Down

0 comments on commit 9195c51

Please sign in to comment.