diff --git a/tsconfig.json b/tsconfig.json index 64a4d43..e4a8f6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "./node_modules/@adonisjs/mrm-preset/_tsconfig", "compilerOptions": { - "resolveJsonModule": true + "resolveJsonModule": true, + "skipLibCheck": true } }