```ts 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'."