typescript-library-starter
typescript-library-starter copied to clipboard
Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
Is this package still maintained? most dependencies are way outdated, and the owner doesn't seem to reply to issues? I would be willing to put in some work to bring...
this repo is very usefull to me, but its dependencies is out-of-dated. this PR update the devDependencies including rollup plugins and typescript based libraries.
 when i use the code in master and run `npm run build`, i will get the parse error as above. The reason for this problem is the version of...
- added eslitn config - added eslint packages - remove tslint config - update deprecated packages
Hi, I got an error when `npm run build`, the message shown has nothing to do with my source code. ``` (!) Error when using sourcemap for reporting an error:...
If you had got the problem, do not worry, you can just update `typedoc` and `ts` version. #332 ``` "typedoc": "^0.14.2", "typescript": "^4.0.5" ```
I saw a bunch of PRs didn't get merge and stalled issues
When travis-ci run semantic-release, and my commit will trigger a patch release, then I got an error: ` An error occurred while running semantic-release: { Error: Command failed with exit...
Some rollup dependent package versions are too low,and could you upgrade it?
https://medium.com/palantir/tslint-in-2019-1a144c2317a9 > In order to avoid bifurcating the linting tool space for TypeScript, we therefore plan to deprecate TSLint and focus our efforts instead on improving ESLint’s TypeScript support.