Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02315b4

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

File tree

Expand file treeCollapse file tree

5 files changed

+4
-685
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+4
-685
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/npm/package.json
+2-2Lines 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
}
Collapse file

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

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/npm/tsconfig.json
+2-1Lines 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"
Collapse file

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

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/npm/tsd.json
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.