File tree Expand file tree Collapse file tree
typescript-graphql-request Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "composite" : true ,
44 "module" : " ESNext" ,
55 "moduleResolution" : " Node" ,
6- "allowSyntheticDefaultImports" : true
6+ "allowSyntheticDefaultImports" : true ,
7+ "ignoreDeprecations" : " 6.0"
78 },
89 "include" : [" vite.config.ts" ]
910}
Original file line number Diff line number Diff line change 66 "outDir" : " dist" ,
77 "skipLibCheck" : true ,
88 "rootDir" : " ./src" ,
9- "types" : [" node" ]
9+ "types" : [" node" ],
10+ "ignoreDeprecations" : " 6.0"
1011 },
1112 "include" : [" src/**/*" ]
1213}
Original file line number Diff line number Diff line change 88 "forceConsistentCasingInFileNames" : true ,
99 "outDir" : " dist" ,
1010 "rootDir" : " ./src" ,
11- "types" : [" node" ]
11+ "types" : [" node" ],
12+ "ignoreDeprecations" : " 6.0"
1213 },
1314 "include" : [" src/**/*.ts" ]
1415}
Original file line number Diff line number Diff line change 88 "forceConsistentCasingInFileNames" : true ,
99 "outDir" : " dist" ,
1010 "rootDir" : " ./src" ,
11- "types" : [" node" ]
11+ "types" : [" node" ],
12+ "ignoreDeprecations" : " 6.0"
1213 },
1314 "include" : [" src/**/*.ts" ]
1415}
You can’t perform that action at this time.
0 commit comments