Skip to content

Commit

Permalink
build: outDir: build -> dist
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Jan 12, 2025
1 parent 61fd166 commit 9c8b98c
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 @@ -2,7 +2,7 @@
"name": "@gabrielrufino/samplesize",
"version": "1.0.42",
"description": "Package to determine the correct sample size for a survey",
"main": "build/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc -d",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./build", /* Specify an output folder for all emitted files. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
Expand Down

0 comments on commit 9c8b98c

Please sign in to comment.