File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ window.config = {
66 emitDecoratorMetadata : true ,
77 experimentalDecorators : true ,
88 jsx : 'react' ,
9+ ignoreDeprecations : '6.0' ,
910 } ,
1011 meta : {
1112 'react' : {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ window.config = {
66 emitDecoratorMetadata : true ,
77 experimentalDecorators : true ,
88 jsx : 'react' ,
9+ ignoreDeprecations : '6.0'
910 } ,
1011 meta : {
1112 'react' : {
@@ -224,4 +225,4 @@ window.process = {
224225
225226System . config ( window . config ) ;
226227// eslint-disable-next-line
227- const useTgzInCSB = [ 'openai' ] ;
228+ const useTgzInCSB = [ 'openai' ] ;
Original file line number Diff line number Diff line change 44 "lib" : [" es2023" ],
55 "experimentalDecorators" : true ,
66 "esModuleInterop" : true ,
7- "moduleResolution" : " node"
7+ "moduleResolution" : " node" ,
8+ "ignoreDeprecations" : " 6.0"
89 }
910}
You can’t perform that action at this time.
0 commit comments