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

Commit 02315b4

Browse files
Update angular2-aspnet to use TS 2.0 and @types
1 parent 4e29113 commit 02315b4

File tree

5 files changed

+4
-685
lines changed

5 files changed

+4
-685
lines changed

src/Microsoft.AspNetCore.AngularServices/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./dist/Exports",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"prepublish": "rimraf *.d.ts dist/*.d.ts && tsd install && tsc && node build.js"
8+
"prepublish": "rimraf *.d.ts dist/*.d.ts && tsc && node build.js"
99
},
1010
"typings": "dist/Exports",
1111
"author": "Microsoft",
@@ -26,7 +26,7 @@
2626
"reflect-metadata": "^0.1.2",
2727
"rimraf": "^2.5.4",
2828
"systemjs-builder": "^0.14.11",
29-
"typescript": "^1.8.10",
29+
"typescript": "^2.0.0",
3030
"zone.js": "^0.6.10"
3131
}
3232
}

src/Microsoft.AspNetCore.AngularServices/npm/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"declaration": true,
77
"experimentalDecorators": true,
88
"noLib": false,
9-
"outDir": "./dist"
9+
"outDir": "./dist",
10+
"lib": ["es2015", "dom"]
1011
},
1112
"exclude": [
1213
"node_modules"

src/Microsoft.AspNetCore.AngularServices/npm/tsd.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)