File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "declaration" : true ,
44 "target" : " es5" ,
5+ "downlevelIteration" : true ,
56 "module" : " commonjs" ,
67 "moduleResolution" : " node" ,
78 "outDir" : " dist" ,
8- "lib" : [" es6 " , " dom" ],
9+ "lib" : [" es2020 " , " dom" ],
910 "typeRoots" : [" node_modules/@types" ],
1011 "allowSyntheticDefaultImports" : true ,
1112 "rootDir" : " ./" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "declaration" : true ,
44 "target" : " es5" ,
5+ "downlevelIteration" : true ,
56 "module" : " commonjs" ,
67 "moduleResolution" : " node" ,
78 "outDir" : " dist" ,
8- "lib" : [" es6 " , " dom" ],
9+ "lib" : [" es2020 " , " dom" ],
910 "typeRoots" : [" node_modules/@types" ],
1011 "allowSyntheticDefaultImports" : true ,
1112 "rootDir" : " ./" ,
You can’t perform that action at this time.
0 commit comments