-
Notifications
You must be signed in to change notification settings - Fork 362
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
TS7016: Could not find a declaration file for module #807
Comments
Meanwhile I disabled https://github.com/AndyOGo/stylelint-declaration-strict-value/pull/148/files |
The same issue, please fix. |
same issue ;D |
We specify the
You need to use either This is a bit awkward due to the nature of |
Pushed #888, hopefully that provides enough instruction to help avoid this issue. If not, feel free to comment suggestions on that PR so that we can improve it. |
Linting is okay, but the TS build with
microbundle
fails 🤔I have a
/types
directory with two definition files and they are configured to be used by tsc withtypeRoots
.https://github.com/AndyOGo/stylelint-declaration-strict-value/tree/master/types
https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/7f9475d9f701ac9a1657f33b1f59aa184ab9727a/tsconfig.build.json#L8
https://travis-ci.com/github/AndyOGo/stylelint-declaration-strict-value/builds/218179712#L2578-L2593
The text was updated successfully, but these errors were encountered: