(options: ts.CompilerOptions)
| 32 | } |
| 33 | |
| 34 | export const getConfigDirectory = (options: ts.CompilerOptions) => |
| 35 | options.configFilePath ? path.dirname(options.configFilePath) : process.cwd(); |
| 36 | |
| 37 | const getTstlDirectory = () => path.dirname(__dirname); |
| 38 |
no outgoing calls
no test coverage detected