zotero-better-notes/tsconfig.json

16 lines
232 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"resolveJsonModule": true,
},
"include": [
"src",
"typing",
"node_modules/zotero-types",
],
"exclude": [
"builds",
"addon"
]
}