zotero-plugin-template/tsconfig.json
2025-02-23 10:38:31 +01:00

17 lines
375 B
JSON

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