diff --git a/tsconfig.json b/tsconfig.json index 283a0d8..65c5124 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,15 +4,9 @@ "module": "commonjs", "target": "ES2016", "resolveJsonModule": true, + "skipLibCheck": true, "strict": true }, - "include": [ - "src", - "typing", - "node_modules/zotero-types" - ], - "exclude": [ - "builds", - "addon" - ] -} \ No newline at end of file + "include": ["src", "typing", "node_modules/zotero-types"], + "exclude": ["builds", "addon"] +}