Skip to content

Commit 2a5c280

Browse files
committed
Fix API build including test files
1 parent 531ed97 commit 2a5c280

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/node_modules
2+
**/dist

apps/api/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
/* Completeness */
100100
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101101
"skipLibCheck": true /* Skip type checking all .d.ts files. */
102-
}
102+
},
103+
"include": ["src/**/*"],
103104
}

0 commit comments

Comments
 (0)