We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531ed97 commit 2a5c280Copy full SHA for 2a5c280
2 files changed
.dockerignore
@@ -1 +1,2 @@
1
**/node_modules
2
+**/dist
apps/api/tsconfig.json
@@ -99,5 +99,6 @@
99
/* Completeness */
100
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101
"skipLibCheck": true /* Skip type checking all .d.ts files. */
102
- }
+ },
103
+ "include": ["src/**/*"],
104
}
0 commit comments