File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 108108 "ts-jest" : " 29.4.5" ,
109109 "ts-node" : " 10.9.2" ,
110110 "tsx" : " ^4.20.6" ,
111- "typescript" : " ^5.2.2" ,
112- "typescript-eslint" : " ^8.46.4"
113- },
114- "pnpm" : {
115- "overrides" : {
116- "braces@<3.0.3" : " >=3.0.3" ,
117- "micromatch@<4.0.8" : " >=4.0.8" ,
118- "@babel/helpers@<7.26.10" : " >=7.26.10" ,
119- "cross-spawn@>=7.0.0 <7.0.5" : " >=7.0.5" ,
120- "brace-expansion@>=1.0.0 <=1.1.11" : " >=1.1.12" ,
121- "js-yaml@<4.1.1" : " >=4.1.1"
122- }
111+ "typescript" : " ^6.0.2" ,
123112 }
124113}
Original file line number Diff line number Diff line change 1414 "forceConsistentCasingInFileNames" : true ,
1515 "noImplicitReturns" : true ,
1616 "noFallthroughCasesInSwitch" : true ,
17- "lib" : [" es2021 " , " dom" ],
17+ "lib" : [" es2022 " , " dom" ],
1818 "outDir" : " lib" ,
1919 "stripInternal" : true ,
2020 "rootDir" : " ." ,
21- "baseUrl" : " ."
2221 },
2322 "files" : [" src/index.ts" ],
2423}
You can’t perform that action at this time.
0 commit comments