Any idea why I get this …

less than 1 minute read

Any idea why I get this message? { “resource”: “/c:/**/tsconfig.json”, “owner”: “typescript”, “severity”: 8, “message”: “Cannot write file ‘c:/**/jest.config.js’ because it would overwrite input file.”, “source”: “ts”, “startLineNumber”: 1, “startColumn”: 1, “endLineNumber”: 1, “endColumn”: 2 }

Thanks.

Responses:

Sounds like it might be the same problem I’ve seen

https://nrwlcommunity.slack.com/archives/CMFKWPU6Q/p1589951437256900?thread_ts=1589951437.256900

I didn’t find a solution though, I only get it in VSCode, I don’t get the error when serving or building

same here, and I saw an open issue on github about it. At the moment I’m explicitly excluding jest.config.js in the tsconfig file

Updated: