Skip to content

Commit

Permalink
fix: add skipLibCheck flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Feb 9, 2024
1 parent 7d8593e commit 903bdf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./node_modules/@adonisjs/mrm-preset/_tsconfig",
"compilerOptions": {
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
}
}

0 comments on commit 903bdf3

Please sign in to comment.