File tree Expand file tree Collapse file tree 3 files changed +20
-33
lines changed
Expand file tree Collapse file tree 3 files changed +20
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 " src/google/protobuf/api.pb.ts" ,
1818 " src/google/protobuf/source_context.pb.ts"
1919 ],
20- "extends" : " ./tsconfig.base.json" ,
2120 "compilerOptions" : {
21+ "target" : " es2022" ,
22+ "module" : " Node16" ,
23+ "moduleResolution" : " Node16" ,
24+ "forceConsistentCasingInFileNames" : true ,
25+ "strict" : true ,
26+ "noImplicitAny" : true ,
27+ "strictNullChecks" : true ,
28+ "strictFunctionTypes" : true ,
29+ "strictBindCallApply" : true ,
30+ "strictPropertyInitialization" : true ,
31+ "noImplicitThis" : true ,
32+ "useUnknownInCatchVariables" : true ,
33+ "noUnusedLocals" : true ,
34+ "noImplicitReturns" : true ,
35+ "noFallthroughCasesInSwitch" : true ,
36+ "noImplicitOverride" : true ,
37+ "declaration" : true ,
38+ "verbatimModuleSyntax" : false ,
39+ "esModuleInterop" : true ,
40+ "skipLibCheck" : true ,
2241 "rootDir" : " ./src"
2342 }
2443}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments