Open
Description
I've got a TypeScript project for some AngularJS directives.
So, which this project it's used, it'll be used in the context on AngularJS.
The code references 'angular', but that currently gives an error: tsc (TS2304): 'Cannot find name 'angular'.'
I'm not doing an 'import {} from "angular";' (cause angular is just globally available in the context where this code will run), so I need to let the ATA system know in another way.
I've tried adding devDependencies in package.json on either @typing/angular or just angular: no avail
I've tried the same with regular dependancies, no avail either.
If I open the exact same project in VSCode, it does resolve 'angular' correctly
Metadata
Metadata
Assignees
Labels
No labels