diff --git a/products/jbrowse-cli/tsconfig.json b/products/jbrowse-cli/tsconfig.json index 83e6c90eab..c8303433d6 100644 --- a/products/jbrowse-cli/tsconfig.json +++ b/products/jbrowse-cli/tsconfig.json @@ -11,7 +11,8 @@ "strict": true, "noEmit": false, "target": "es2017", - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "include": ["src"], "exclude": ["**/*.test.ts", "**/testUtil.ts"]