Tim Kinnane
Tim Kinnane
My configs... `tsconfig.json` ```json { "compilerOptions": { "baseUrl": "src", "module": "esnext", "moduleResolution": "Node", "lib": ["ESNext"], "allowJs": true, "checkJs": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "skipLibCheck": true, "strict": true }...
@b4dnewz I don't think that's the case. There's no recent updates on 2.0 and no Typescript files currently. Recommend closing this issue as a duplicate of discussion on #234.
3yrs later and I've run into this same issue. Was there a solution other than "don't do it that way"? I was hoping to use my main repo README.md as...
Thanks very much for this package, I haven't found anything like it before and I really needed it. I would also like to make type assertions. I'm using `dts-jest-remap` now...
Hey @omnidan - this is a cool lib and I'd like to contribute. Would you mind updating the readme to separate the implemented features from those still on the roadmap...
This is a duplicate of #234
Doesn't work for me. Tried installing the PR as follows... ``` git clone kiddkai/atom-node-debugger cd atom-node-debugger git pull origin pull/246/head npm install apm link apm install ``` Then restarted atom,...
Would like the evolution process to maybe consider an update to the underlying log package. Maybe using Winston, with Morgan for auto logging HTTP requests, e.g: http://tostring.it/2014/06/23/advanced-logging-with-nodejs/ But yeah, in...
This project is abandoned. I tried keeping stale bot away from a couple of my issues but it just keeps coming back and no one is reviewing them anyway. I've...
Indeed. I've been working on one, but I've refactored a lot without updating docs, so it's not ready for mainstream consumption. I'll email you.