chore: lint

This commit is contained in:
windingwind 2024-12-11 16:17:33 +01:00
parent 65c220f292
commit 33330f0bda

View File

@ -7,8 +7,8 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,
"alwaysStrict": false, "alwaysStrict": false,
"strict": true, "strict": true
}, },
"include": ["src", "typings", "node_modules/zotero-types"], "include": ["src", "typings", "node_modules/zotero-types"],
"exclude": ["build", "addon", "test"], "exclude": ["build", "addon", "test"]
} }