I added the typings for datatables.net via nuget. After that I kept getting errors like:
Error TS2322 Type \'{ dom: string; }\' is not assignable to type
Visual studio should be able to pick up definitions automatically.
To exclude definition from project use "exclude" section of : tsconfig.json to specify what files to exclude.