(filePath, content)
| 22 | insertTypesEntry: true, |
| 23 | copyDtsFiles: true, |
| 24 | beforeWriteFile(filePath, content) { |
| 25 | return filePath.match(/\/(vite|jest)\./) ? false : { filePath, content }; |
| 26 | }, |
| 27 | }), |
| 28 | ], |
| 29 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected