Skip to content

Commit

Permalink
fix(configs): fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pautov committed Oct 25, 2021
1 parent 1e0ca0d commit 6cb6830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"build": "node tools/cleanup types && tsc -p config/tsconfig.json",
"build": "node tools/cleanup types && tsc -p ./tsconfig.json",
"clean": "node tools/cleanup",
"package": "npm run build && npm pack",
"test": "jest --no-cache --runInBand",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true /* Generates corresponding '.d.ts' file. */,
"outDir": "../dist" /* Redirect output structure to the directory. */
"outDir": "./dist" /* Redirect output structure to the directory. */
},
"include": ["src/**/*"]
}

0 comments on commit 6cb6830

Please sign in to comment.