Skip to content

Repo demonstrating failing RxJS module resolution using the TS 4.5 "node12"

Notifications You must be signed in to change notification settings

demurgos/rxjs-ts-node12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction repo for RxJS with node12 module resolution

yarn install
yarn build
main.mts:1:28 - error TS7016: Could not find a declaration file for module 'rxjs'. '/data/projects/various/rxjs-ts-node12/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration (.d.ts) file containing `declare module 'rxjs';`

1 import { Observable } from "rxjs";
                             ~~~~~~


Found 1 error.

About

Repo demonstrating failing RxJS module resolution using the TS 4.5 "node12"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published