zotero-plugin-template/tsconfig.json
2024-12-28 13:25:02 +01:00

13 lines
295 B
JSON

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