зеркало из https://github.com/Azure/BatchExplorer.git
Upgrade typescript 2.1 (#58)
This commit is contained in:
Родитель
5be1ec0021
Коммит
67c33e818c
|
@ -4,11 +4,14 @@
|
|||
**Note: this is in early development and there is no production build available.**
|
||||
|
||||
## Getting started
|
||||
**Install node.js >= `6.9`**
|
||||
|
||||
Clone the repo `git clone https://github.com/Azure/BatchLabs`
|
||||
|
||||
Install the dependencies
|
||||
```
|
||||
npm install
|
||||
npm install -g gulp
|
||||
npm install -g gulp (Optional)
|
||||
```
|
||||
|
||||
Start the dev server
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
"style-loader": "^0.13.1",
|
||||
"stylelint": "^7.5.0",
|
||||
"ts-loader": "1.2.1",
|
||||
"ts-node": "1.7.0",
|
||||
"ts-node": "1.7.2",
|
||||
"tslint": "^4.0.2",
|
||||
"typescript": "~2.0.10",
|
||||
"typescript": "~2.1.4",
|
||||
"vrsource-tslint-rules": "^0.14.1",
|
||||
"webpack": "^1.13.3",
|
||||
"webpack-dev-server": "^1.16.2",
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"ts-node.helper.js",
|
||||
"helpers/**/*.ts"
|
||||
],
|
||||
"stopSpecOnExpectationFailure": false,
|
||||
"stopSpecOnExpectationFailure": true,
|
||||
"random": false
|
||||
}
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
"hammerjs",
|
||||
"immutable",
|
||||
"moment-duration-format"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче