@zettlr/citr
Version:
A small library to parse Markdown Citeproc notation as CSL JSON
17 lines (16 loc) • 345 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true,
"newLine": "lf",
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": false,
"removeComments": true,
"declaration": true
},
"include": ["lib/**/*"]
}