UNPKG

@bleed-believer/path-alias

Version:
6 lines (5 loc) 243 B
export class TsconfigFileNotFoundError extends Error { constructor(path){ super(typeof path === 'string' ? `Cannot found the "${path}" typescript configuration file` : `Cannot found a valid typescript configuration file`); } }