alias icon indicating copy to clipboard operation
alias copied to clipboard

error TS5023: Unknown compiler option 'cwd'.

Open ldwonday opened this issue 4 years ago • 1 comments

function resolveImports(
  file: ReadonlyArray<string>,
  imports: FileData[],
  options: ts.CompilerOptions
): string[] {
  const { baseUrl, paths, cwd } = options
...
}

cwd is not in type 'ts.CompilerOptions',it cause "error TS5023: Unknown compiler option 'cwd'."

ldwonday avatar Nov 06 '21 02:11 ldwonday

Please merge

ldwonday avatar Nov 08 '21 01:11 ldwonday