zotero-categorise
Version:
A command-line tool to manage Zotero collections by placing items into specific collections based on their title, description, and tags.
21 lines (20 loc) • 423 B
JSON
{
"compilerOptions": {
"outDir": "dist",
"allowJs": true,
"noImplicitAny": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"target": "ES2016",
"module": "commonjs",
"strict": true,
"baseUrl": "src",
"paths": {
"@code/*": ["day1/*"]
}
},
"include": ["./src/**/*"],
"exclude": ["node_modules"]
}