Muttakin Islam Hasib

Results 4 comments of Muttakin Islam Hasib

no problem, same website On Wed, 16 Jun 2021, 8:00 am Helio de Oliveira Bianchi, < ***@***.***> wrote: > I've just checked, and currently freecodecamp.com automatically redirects > to freecodecamp.org...

`tsconfig.json` ```json { "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks":...