File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 "typescript_5.2" : " npm:typescript@5.2" ,
6666 "typescript_5.3" : " npm:typescript@5.3" ,
6767 "typescript_5.4" : " npm:typescript@5.4" ,
68- "typescript_5.5" : " npm:typescript@5.5"
68+ "typescript_5.5" : " npm:typescript@5.5" ,
69+ "typescript_5.6" : " npm:typescript@5.6"
6970 },
7071 "engines" : {
7172 "node" : " >=16.0.0"
Original file line number Diff line number Diff line change @@ -206,5 +206,6 @@ describe
206206 describe ( 'TypeScript 5.3' , ( ) => defineTests ( 'typescript_5.3' ) ) ;
207207 describe ( 'TypeScript 5.4' , ( ) => defineTests ( 'typescript_5.4' ) ) ;
208208 describe ( 'TypeScript 5.5' , ( ) => defineTests ( 'typescript_5.5' ) ) ;
209+ describe ( 'TypeScript 5.6' , ( ) => defineTests ( 'typescript_5.6' ) ) ;
209210 } ,
210211) ;
Original file line number Diff line number Diff line change 44 "forceConsistentCasingInFileNames" : true ,
55 "module" : " Node16" ,
66 "moduleResolution" : " Node16" ,
7+ "noUncheckedSideEffectImports" : true ,
78 "strict" : true ,
89 "target" : " ES2020"
910 },
You can’t perform that action at this time.
0 commit comments