Bug: No TS4 support thus "Unknown compiler option" Errors
See original GitHub issueDescribe the bug
Typescript-coverage-report seems to run on TS ^3 instead of TS 4 released last August. Thus using new compiler options like jsxFragmentFactory
will cause the coverage report script not to work.
To Reproduce
Use compiler options introduced in TS 4 like jsxFragmentFactory
.
Expected behaviour Expected a normal coverage output.
Screenshots If it regards the HTML report, you might want to take a few screenshots.
Environment
- Tool version:
^0.4.0
- OS: macOs Big Sur (11.1)
- Node version: V12.19
- Browser (if applicable): [e.g. chrome, safari]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Running `tsc -p .` yields "unknown compiler option" errors
Only some of the compiler options are deemed valid, where most are not. This is my tsconfig.json : { "compilerOptions": { "allowJs" ...
Read more >Quick #Fix TypeScript error TS5023: Unknown compiler option ...
It seems that the tsc command in console (and in build script) does not have the same version with what I have in...
Read more >The Sims 4 troubleshooting guide : r/CrackSupport - Reddit
Go to Documents\Electronic Arts and move The Sims 4 folder to desktop - this will start the game fresh. Run the game. If...
Read more >Documentation - TypeScript 4.3
We could get around this by saying that size has the type unknown or any like ... Now we can finally assign other...
Read more >Can't Save Your Game? This Might Fix It! Error Code 0 and ...
Can't Save Your Game? This Might Fix It! Error Code 0 and 804 Fixes | The Sims 4.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Jasperrr91 yes it was meant to go in
0.5.0
which was never released. I’ll add release tomorrow.@Jasperrr91 is this working? I’d like to close it if yes.