Skip to main content
Module

x/docx/.nycrc

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
{ "check-coverage": true, "statements": 99.32, "branches": 96.27, "functions": 99.11, "lines": 99.32, "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.spec.ts", "src/import-dotx/import-dotx.ts" ], "reporter": [ "lcov", "text", "json" ], "extension": [ ".ts" ], "cache": true, "all": true, "sourceMap": true}