http://gothub.dev.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/freeCodeCamp/freeCodeCamp/blob/main/tsconfig-base.json
GotHub (dev) 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 "...