Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilerOptions.declaration - Nothing happens #112

Closed
hitmands opened this issue Nov 28, 2015 · 2 comments
Closed

compilerOptions.declaration - Nothing happens #112

hitmands opened this issue Nov 28, 2015 · 2 comments

Comments

@hitmands
Copy link

Hi,
I'm looking for a way to generate declaration files from my typescript project.

Unfortunately, I had no luck!
Basically nothing happens.
No *.d.ts file generated.

I'm using webpack with ts-loader and I set compilerOptions.declaration = true in my tsconfig.json

I am using:
[email protected]
[email protected]
typescript@next

@jbrantly
Copy link
Member

See #48 for a discussion about this. It's likely that generating .d.ts files for each module isn't really want you're wanting (then again, maybe it is 😁)

@jbrantly
Copy link
Member

Closing this in favor of #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants