Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATA doesn't seem to (always?) work properly #220

Open
p-bakker opened this issue Oct 10, 2017 · 0 comments
Open

ATA doesn't seem to (always?) work properly #220

p-bakker opened this issue Oct 10, 2017 · 0 comments

Comments

@p-bakker
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant