zotero-better-notes/tsconfig.json

15 lines
353 B
JSON

{
"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"]
}