{ "compilerOptions": { "experimentalDecorators": true, "module": "commonjs", "lib": ["ESNext", "DOM"], "target": "ES2016", "resolveJsonModule": true, "skipLibCheck": true, "alwaysStrict": false, "strict": true }, "include": ["src", "typings", "node_modules/zotero-types"], "exclude": ["build", "addon", "test"] }