example-typescript-package
example-typescript-package copied to clipboard
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
For some reason it would run my tests and everything would succeed, but the commit wouldn't happen. This is with a copy of the repository after I removed the .git...
This is what im getting when I install a custom package in another repo of mine: ```` @namespace/client-cms: WARNING in ../../node_modules/@joshuarobs/my-framework/dist/esm/framework/utils/simplifyRanges.js @namespace/client-cms: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): @namespace/client-cms: Failed to parse...
I tried importing an image (added under `src/images`) to use with React, and after adding a `images.d.ts` file like this: ```ts declare module '*.svg' { const content: any; export default...
Hi, I have used your great template and it almost work perfectly for me, or I am missing something in the configuration. I have followed your README and I wish...