Skip to content

geoffreytools/effect-test-tsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is using tsc for building

tsconfig.json/compilerOptions includes "declarations": true.

I get the following error both in the workspace and during compilation:

The inferred type of 'Foo' cannot be named without a reference to '../node_modules/@effect/data/Equal'. This is likely not portable. A type annotation is necessary.

no .d.ts file is emitted.

adding "types": [ "@effect/data/Equal" ] to tsconfig.json has no effect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published