File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 "target" : " ES2021" ,
55 "lib" : [
66 " ESNext" ,
7+ " ES2024" ,
78 " ES2023" ,
89 " ES2022" ,
910 " ES2021" ,
1415 " ES2016" ,
1516 " ES2015" ,
1617 " ES5" ,
17- " DOM"
18+ " DOM" ,
1819 ],
1920 "types" : [" node" ],
2021 "allowJs" : true ,
2627 "strictNullChecks" : true ,
2728 "alwaysStrict" : true ,
2829 "noFallthroughCasesInSwitch" : true ,
29- "moduleResolution" : " Node " ,
30+ "moduleResolution" : " NodeNext " ,
3031 "allowSyntheticDefaultImports" : true ,
3132 "esModuleInterop" : true ,
3233 "experimentalDecorators" : true ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.base.json" ,
33 "compilerOptions" : {
4- "module" : " Node16 " ,
5- "moduleResolution" : " Node16 "
4+ "module" : " NodeNext " ,
5+ "moduleResolution" : " NodeNext " ,
66 }
77}
You can’t perform that action at this time.
0 commit comments