Skip to content

This repository is used as a POC to Typescript github page.

Notifications You must be signed in to change notification settings

josenogueira-7egend/ts-symlink-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Symlink Error

This repository is used as a POC to show that typescript currently, is having an issue with symlink between packages

Related to #29808 (Package dependencies and The inferred type of ... cannot be named without a reference to...)

To initialize the project!

  1. run npm instal in both folders (ts-test-1, ts-test-2)
  2. run npm link in /ts-test-1 folder
  3. run npm link @test/ts-test-1 in /ts-test-2 folder
  4. run tsc or npm run build in both folders (ts-test-1, ts-test-2)

Finally you will see an error if you try to build the /ts-test-2 folder

Attention: This is not to blame anyone, is only used as a POC.

About

This repository is used as a POC to Typescript github page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published