zotero-plugin-template/tsconfig.json
2023-07-01 17:50:50 +08:00

13 lines
289 B
JSON

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