2
0
mirror of https://github.com/gnu4cn/ts-learnings.git synced 2025-03-27 04:20:52 +08:00

try to fix vim errors.

This commit is contained in:
gnu4cn 2019-03-27 12:02:55 +08:00
parent b142609e5a
commit f99a8dc675
3 changed files with 9 additions and 1 deletions

6
package-lock.json generated
View File

@ -4653,6 +4653,12 @@
"through2": "^2.0.3"
}
},
"tsc": {
"version": "1.20150623.0",
"resolved": "http://registry.npm.taobao.org/tsc/download/tsc-1.20150623.0.tgz",
"integrity": "sha1-Trw8d04WkUjLx2inNCUz8ILHpuU=",
"dev": true
},
"typedarray": {
"version": "0.0.6",
"resolved": "http://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz",

View File

@ -28,6 +28,7 @@
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^3.0.0",
"live-server": "^1.2.0",
"tsc": "^1.20150623.0",
"typescript": "^2.6.2"
}
}

View File

@ -1,10 +1,11 @@
{
"files": [
"src/*.ts"
"src/main.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5",
"outDir": "dist/",
"experimentalDecorators": true
}
}