-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ignore json files from TypeScript type checking #5614
Conversation
Do we have an open issue with typescript about this? Can you link it here please? |
I was just trying to create a |
Awesome! |
I don't think codesandbox has support for TypeScript yet, maybe try just |
Didn't work, but nevermind, codesandbox wouldn't show this error output anyway because it's from the typescript compiler |
CodeSandbox will deploy a fix tomorrow: codesandbox/codesandbox-client#1239 TypeScript has already fixed and merged after just a few hours: microsoft/TypeScript#28207 The community is so great 💙 |
I guess we should revert this once that's released? |
Not released yet, just merged. Maybe on 3.1.4. |
We'll keep this behavior until CRA 3.0. |
TypeScript 3.1.4 released; I didn't confirm if the fix was included. |
Fix #5613
Sound's like another typescript bug. Opened microsoft/TypeScript#28202