-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Description
Instructions:
Create the following directory structure:
- tsconfig.json
{
"compilerOptions": {
"noEmit": true,
"baseUrl": "."
}
}
- index.ts
export {type A} from 'internal/utils';
- internal
- utils.ts
export type A = {};
Expected behavior:
$ tsc
# no error
Actual behavior
$ tsgo tsc
index.ts(1,24): error TS2307: Cannot find module 'internal/utils' or its corresponding type declarations.
Metadata
Metadata
Assignees
Labels
No labels