Skip to content

valler/repro-repo-for-ms-typescript-issue-63129

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro Repo For MS TypeScript Issue 63129

Link to the issue

To reproduce the error run:

npx tsc --noEmit

This will fail with the following error:

index.ts:1:8 - error TS2877: This import uses a '.ts' extension to resolve to an input TypeScript file, but will not be rewritten during emit because it is not a relative path.

1 import "#root/other.ts";
         ~~~~~~~~~~~~~~~~


Found 1 error in index.ts:1

About

Repro Repo For MS TypeScript Issue 63129

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published