Javascript – tsc doesn't see a package installed
I installed typescript and the packages needed: > npm i babylon > npm i @babel/core > npm i @babel/node file main.ts starts with: import * as babylon from 'babylon' import { NodePath } from '@babel/node' Compiling result: error TS2307: Cannot…