http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/freeCodeCamp/freeCodeCamp/blob/main/tsconfig-base.json
GotHub (master) Explore About Source code Back to freeCodeCamp/freeCodeCamp tsconfig-base.json Raw 1 { 2 "compilerOptions" : { 3 "lib" : [ "WebWorker" , "DOM" , "DOM.Iterable" ] , 4 "target" : "es2020" , 5 "module" : "es2020" , 6 "moduleResolution" : "node" , 7 "allowJs" : true , 8 "jsx" : "react" , 9 "strict" : true , 10 "forceConsistentCasingInFileNames" : true , 11 "esModuleInterop" : true , 12 "experimentalDecorators" : true , 13 "emitDecoratorMetadata" : true , 14 "noEmit" : true , 15...