UNPKG

@restorecommerce/handlebars-helperized

Version:

Opinionated handlebars based templating engine for rendering e-mail like content

26 lines (25 loc) 477 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "declaration": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "lib", "typeRoots": [ "node_modules/@types" ], }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "lib", "doc" ] }