I have one problem. I'm trying to import node_modules in typescript but I'm getting an error
"[ts] Cannot find module 'path'."
This is my code :
import path from 'path';
No comments:
Post a Comment