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:
parent
b142609e5a
commit
f99a8dc675
6
package-lock.json
generated
6
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,11 @@
|
||||
{
|
||||
"files": [
|
||||
"src/*.ts"
|
||||
"src/main.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": true,
|
||||
"target": "es5",
|
||||
"outDir": "dist/",
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user