Exclude node_modules from test-tsconfig.json #86
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
good first issue
Good for newcomers
priority-low
This same issue may apply to other plugins as well.
Solution:
__tests__/__src__/environment/TestEnvironment.ts
Downgraded
@types/fs-extra
for various reasons:@types/fs-extra
package since the TestEnvironment.ts uses if formkdirpSync
@types/fs-extra@^9.0.5
has issues that we may be able to avoid withtsconfig.json#compilerOptions.skipLibCheck: true
Note: We may have to upgrade to newer versions of this package for security reasons.
Originally posted by @zFernand0 in #85 (comment)
The text was updated successfully, but these errors were encountered: