UNPKG

@dicy/core

Version:

Library interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.

22 lines (21 loc) 452 B
{ "compilerOptions": { "allowJs": false, "alwaysStrict": true, "lib": ["ES2016", "ES2017", "ESNext"], "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true, "outDir": "lib", "pretty": true, "sourceMap": false, "strictNullChecks": true, "target": "ES2015", "types": ["node", "jasmine", "jasmine-expect"] }, "include": [ "src", "ext-types" ] }