[build] add typescript compiler (#2697)

This commit is contained in:
neverland
2019-02-07 10:43:36 +08:00
committed by GitHub
parent 3e0ac872c8
commit 0fb1083b68
11 changed files with 85 additions and 16 deletions
+3
View File
@@ -74,6 +74,7 @@
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@vant/doc": "^1.0.23",
"@vant/eslint-config": "^1.0.8",
"@vant/markdown-loader": "^1.0.3",
@@ -111,6 +112,8 @@
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"ts-jest": "^23.10.5",
"typescript": "^3.2.4",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
"vue": "2.6.2",