diff --git a/tsconfig.base.json b/tsconfig.base.json index 1c38ae7..33a2e95 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,6 +3,7 @@ "compilerOptions": { "composite": true, "target": "ES2020", + "skipLibCheck": true, /* FIXME Dropzone is problematic with nodenext resolution */ "module": "ESNext", "moduleResolution": "Bundler",