I\'m testing typescript with jquery, but when I compile the test.ts file, it always gives me an error indicating: Cannot find name \'$\'.
I\'ve already imported jquery &
Install and import following package. it will solved for error ("Cannot find name '$'"). Angular version is 7
import 'datatables.net';