UNPKG

biblatex-csl-converter

Version:

a set of converters: biblatex => json, CSL => json, json => biblatex, json => CSL

19 lines (18 loc) 447 B
{ "compilerOptions": { "module": "ES2020", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "target": "ES2019", "noImplicitAny": true, "moduleResolution": "node", "sourceMap": true, "outDir": "dist", "baseUrl": ".", "strict": true, "paths": { "*": ["node_modules/*", "src/types/*"] } }, "include": ["src/**/*"] }