8000 ATA doesn't seem to (always?) work properly · Issue #220 · angelozerr/typescript.java · GitHub
[go: up one dir, main page]

Skip to content
ATA doesn't seem to (always?) work properly #220
Open
@p-bakker

Description

@p-bakker

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0