Closed
Description
Bug Report or Feature Request (mark with an x
)
- bug report -> please search issues before submitting
- feature request
Versions.
@angular/cli: 1.0.0-rc.2
node: 6.9.5
os: darwin x64
@angular/common: 2.4.10
@angular/compiler: 2.4.10
@angular/core: 2.4.10
@angular/forms: 2.4.10
@angular/http: 2.4.10
@angular/platform-browser: 2.4.10
@angular/platform-browser-dynamic: 2.4.10
@angular/router: 3.4.10
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 2.4.10
Repro steps.
ng new test-typings
cd test-typings/
- Open
src/typings.d.ts
usingAtom
withTypeStrong/atom-typescript
package - Notice error
Subsequent variable declarations must have the same type.
on line2:13
The log given by the failure.
Desired functionality.
I would like to not see errors when using typings.d.ts
Mention any other details that might be useful.
Using Atom Version 1.15.0
and TypeStrong/atom-typescript 10.1.14