Update remaining templates to TypeScript 2 / @types / etc.

This commit is contained in:
Mark Pieszak
2016-10-17 09:59:13 +01:00
committed by SteveSandersonMS
parent a7ed0112db
commit f6d7321243
44 changed files with 105 additions and 12587 deletions

View File

@@ -2,7 +2,7 @@
"name": "WebApplicationBasic",
"version": "0.0.0",
"devDependencies": {
"bootstrap": "^3.3.6",
"bootstrap": "^3.3.7",
"css-loader": "^0.23.1",
"event-source-polyfill": "^0.0.7",
"extendify": "^1.0.0",
@@ -11,8 +11,8 @@
"jquery": "^2.2.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"typescript": "^1.8.2",
"typescript": "^2.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
"webpack": "^1.13.2"
}
}

View File

@@ -3,6 +3,7 @@
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"lib": ["es6", "dom"],
"skipDefaultLibCheck": true
},
"exclude": [