jshtml-to-pdf
Version:
Module to generate pdf from html and js
21 lines (20 loc) • 1.44 kB
JSON
{
"compilerOptions": {
/* Language and Environment */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
/* Modules */
"module": "commonjs", /* Specify what module code is generated. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "types": ["global.d.ts"], /* Specify type package names to be included without being referenced in a source file. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"noImplicitAny": true,
"strictNullChecks": true,
"declaration": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
}
}