mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
update typescript
This commit is contained in:
@ -37,9 +37,6 @@ function getBabelOptions(moduleName, moduleType) {
|
|||||||
|
|
||||||
var tscOptions = {
|
var tscOptions = {
|
||||||
target: 'ES6',
|
target: 'ES6',
|
||||||
// Don't use the version of typescript that gulp-typescript depends on, we need 1.5
|
|
||||||
// see https://github.com/ivogabe/gulp-typescript#typescript-version
|
|
||||||
typescript: require('typescript'),
|
|
||||||
allowNonTsExtensions: true,
|
allowNonTsExtensions: true,
|
||||||
isolatedModules: true,
|
isolatedModules: true,
|
||||||
//declaration: true, //generate d.ts files
|
//declaration: true, //generate d.ts files
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"serve-static": "^1.9.2",
|
"serve-static": "^1.9.2",
|
||||||
"source-map-support": "^0.2.10",
|
"source-map-support": "^0.2.10",
|
||||||
"through2": "^0.6.3",
|
"through2": "^0.6.3",
|
||||||
"typescript": "tlancina/TypeScript",
|
"typescript": "^1.5.3",
|
||||||
"vinyl": "^0.4.6",
|
"vinyl": "^0.4.6",
|
||||||
"yargs": "^3.6.0"
|
"yargs": "^3.6.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user