typescript-boilerplate icon indicating copy to clipboard operation
typescript-boilerplate copied to clipboard

A modern TypeScript project setup, for Node.js and browsers

Results 5 typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

Add archetype manifest for charmix #19 - [x] Tests pass - [x] Appropriate changes to README are included in PR

## Expected Behavior Typedoc will work correctly when run from the example Actions file `deploy-gh-pages.yml` ## Actual Behavior ``` 2021-11-19T12:10:40.5303299Z ##[group]Run npm docs 2021-11-19T12:10:40.5303938Z npm docs 2021-11-19T12:10:40.5351103Z shell: /usr/bin/bash -e...

## Expected Behavior Simple jest tests should work when there are project dependencies that use ESM syntax. ## Actual Behavior If any added dependency has ESM exports, jest tests will...

## should be able to create FIle Object which is available in Typescript ## Actual Behavior GIve error saying **File is not defined** : ## Steps to Reproduce the Problem...