File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.5.0" ,
4
4
"description" : " Generate proptypes from typescript declarations" ,
5
5
"main" : " dist/index.js" ,
6
+ "engines" : {
7
+ "node" : " >=10.3.0"
8
+ },
6
9
"files" : [
7
10
" dist"
8
11
],
49
52
"@babel/types" : " ^7.5.0" ,
50
53
"doctrine" : " ^3.0.0" ,
51
54
"lodash" : " ^4.17.14" ,
55
+ "tslib" : " ^1.13.0" ,
52
56
"typescript" : " 3.5.2" ,
53
57
"uuid" : " ^3.3.2"
54
58
},
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
4
"esModuleInterop" : true ,
5
- "target" : " es5" ,
5
+ "target" : " ES2018" ,
6
+ "lib" : [" ES2018" ],
6
7
"noImplicitAny" : true ,
7
8
"strict" : true ,
8
9
"moduleResolution" : " node" ,
9
10
"sourceMap" : true ,
10
11
"declaration" : true ,
11
12
"outDir" : " dist" ,
12
- "jsx" : " preserve"
13
+ "jsx" : " preserve" ,
14
+ "importHelpers" : true
13
15
},
14
16
"include" : [" src" ]
15
17
}
Original file line number Diff line number Diff line change 6248
6248
languageName : node
6249
6249
linkType : hard
6250
6250
6251
+ " tslib@npm:^1.13.0 " :
6252
+ version : 1.13.0
6253
+ resolution : " tslib@npm:1.13.0"
6254
+ checksum : 2/5dc3bdaea3b67c76ef4a14c28fcb2171da7bcf292fd9c59a260098729626b1ce766c52b588f08e324ed9a0c52ea8a93a815920f980d75981abc9d850fbf310fb
6255
+ languageName : node
6256
+ linkType : hard
6257
+
6251
6258
" tunnel-agent@npm:^0.6.0 " :
6252
6259
version : 0.6.0
6253
6260
resolution : " tunnel-agent@npm:0.6.0"
6330
6337
react : ^16.8.6
6331
6338
standard-version : 7.1.0
6332
6339
ts-jest : ^25.3.1
6340
+ tslib : ^1.13.0
6333
6341
typescript : 3.5.2
6334
6342
uuid : ^3.3.2
6335
6343
dependenciesMeta :
You can’t perform that action at this time.
0 commit comments