typescript-boilerplate
typescript-boilerplate copied to clipboard
A modern TypeScript project setup, for Node.js and browsers
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 [36;1mnpm docs[0m 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...