Skip to content

Commit

Permalink
HARMONY-1887: Add skipLibCheck to harmony service build to try to f…
Browse files Browse the repository at this point in the history
…ix issues
  • Loading branch information
indiejames committed Dec 16, 2024
1 parent 5575723 commit a9ba16c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/harmony/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"allowJs": true,
"noImplicitAny": false,
"sourceMap": true,
"outDir": "built"
"outDir": "built",
"skipLibCheck": true,
}
}

0 comments on commit a9ba16c

Please sign in to comment.