You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
JSX would be nice. I had a look at just renaming the file, but with this code:
consta=<div>Test</div>;
ran into some issues with the built-in typescript compiler not knowing what div actually is. This thread seems pretty relevant here - it was pretty easy to get JSX to work without validation by just disabling validation but thats not so nice. Might come back to this but would certainly accept a PR if anyone feels like it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's probably just as simple as renaming the file to
file.tsx
:tslint-playground/src/linter.ts
Line 38 in e625663
The text was updated successfully, but these errors were encountered: