Zotero-TLDR/tsconfig.json

13 lines
290 B
JSON

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