Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

trying to "target": "es6" in tsconfig.json #3

Open
kamalvision89tech opened this issue Sep 7, 2016 · 1 comment
Open

trying to "target": "es6" in tsconfig.json #3

kamalvision89tech opened this issue Sep 7, 2016 · 1 comment

Comments

@kamalvision89tech
Copy link

ERROR in C:\techApps\angular2-course-webpack-starter-master\typings\globals\core
-js\index.d.ts
(635,5): error TS2300: Duplicate identifier 'prototype'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\typings\globals\core
-js\index.d.ts
(646,5): error TS2300: Duplicate identifier 'done'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\typings\globals\core
-js\index.d.ts
(647,5): error TS2300: Duplicate identifier 'value'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\typings\globals\core
-js\index.d.ts
(759,5): error TS2300: Duplicate identifier 'prototype'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\src\app\app.module.t
s
(1,26): error TS2307: Cannot find module '@angular/core'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\src\app\app.module.t
s
(2,31): error TS2307: Cannot find module '@angular/platform-browser'.

ERROR in C:\techApps\angular2-course-webpack-starter-master\src\app\app.componen
t.ts
(1,27): error TS2307: Cannot find module '@angular/core'.

ERROR in ./src/main.ts
(5,32): error TS2307: Cannot find module '@angular/core'.

ERROR in ./src/main.ts
(6,40): error TS2307: Cannot find module '@angular/platform-browser-dynamic'.

is there any setup for ES6?

@mirkonasato
Copy link
Owner

ES6 modules require Webpack 2 that's still in beta.

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

No branches or pull requests

2 participants