Skip to content

Commit 9ac7bd1

Browse files
committed
fix build dist
1 parent a300c59 commit 9ac7bd1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ node_modules
55
.cursor/rules/codacy.mdc
66

77
# Ignore auto generated api client
8-
src/api/client
8+
src/api/client
9+
10+
# Ignore compiled output
11+
dist/

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
6060
// "noEmit": true, /* Disable emitting files from a compilation. */
6161
// "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. */
62-
// "outDir": "./", /* Specify an output folder for all emitted files. */
62+
"outDir": "./dist", /* Specify an output folder for all emitted files. */
6363
// "removeComments": true, /* Disable emitting comments. */
6464
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
6565
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */

0 commit comments

Comments
 (0)