(modulesDir)
| 5 | |
| 6 | module.exports = { |
| 7 | modular(modulesDir) { |
| 8 | shell.exec(`npx tsc -p types.tsconfig.json --outDir ${modulesDir}/@interactjs`) |
| 9 | }, |
| 10 | async combined(outDir) { |
| 11 | const outFile = path.join(outDir, 'index.d.ts') |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected