zotero-better-notes/tsconfig.json

14 lines
318 B
JSON

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