This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Excluding node_modules from being adding to bundled file #204
Comments
👍 |
2 similar comments
👍 |
👍 |
+1 |
This hit us too using |
Fixed! #205 I'll publish a new release to npm this weekend. I just need to add some tests. |
For now |
just published a new version to npm (0.6.4) with the fix. Please, let me know if you have any problems. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using tslint. This has a d.ts file under node_modules/tslint/lib/tslint.t.ts. When I run tsd install, it finds this file and automatically adds it to typings/tsd.d.ts.
Here is the output of tsd install:
-> running install
I do not have tslint specified in my tsd.json. Can I exclude this from being added to my tsd.d.ts file. Because of this, I am failing to compile with typescript.
The text was updated successfully, but these errors were encountered: