zotero-plugin-template/tsconfig.json
2023-01-24 10:15:01 +08:00

13 lines
288 B
JSON

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