{"id":19197883,"url":"https://github.com/flarebyte/baldrick-tsconfig-es2020","last_synced_at":"2026-02-27T07:40:40.083Z","repository":{"id":46011367,"uuid":"429899673","full_name":"flarebyte/baldrick-tsconfig-es2020","owner":"flarebyte","description":"Shared basic Typescript config for es2020","archived":false,"fork":false,"pushed_at":"2021-11-20T14:17:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T12:03:10.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-19T18:37:48.000Z","updated_at":"2021-11-20T14:18:31.000Z","dependencies_parsed_at":"2022-07-20T06:13:43.860Z","dependency_job_id":null,"html_url":"https://github.com/flarebyte/baldrick-tsconfig-es2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-tsconfig-es2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-tsconfig-es2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-tsconfig-es2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-tsconfig-es2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/baldrick-tsconfig-es2020/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271540,"owners_count":19774859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T12:19:09.381Z","updated_at":"2026-02-27T07:40:35.065Z","avatar_url":"https://github.com/flarebyte.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# baldrick-tsconfig-es2020\n\n\u003e Shared basic [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for ES2020\n\nThis is _not an official_ [base](https://github.com/tsconfig/bases). It should support Node.js 14 and above, but should provide ES2020 support for [ES modules](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/).\n\nIt includes:\n\n-   `strict` is activated (true) and enables a wide range of type checking behavior that results in stronger guarantees of program correctness. \n-   `esModuleInterop` is activated (true) which should result in better support for import of dependencies regardless whether they are `ES` or `commonjs`.\n-   `skipLibCheck` is activated (true) and skip type checking of declaration files.\n-   `forceConsistentCasingInFileNames` is activated (true) and TypeScript will issue an error if a program tries to include a file by a casing different from the casing on disk.\n-   `declaration` is activated (true) and generate .d.ts files for every TypeScript or JavaScript file inside your project. \n-   `newLine` is set to `LF` (unix).\n-   `noImplicitReturns` is activated (true) and TypeScript will check all code paths in a function to ensure they return a value.\n-   `noImplicitOverride` is activated (true) and you can ensure that the sub-classes never go out of sync, by ensuring that functions which override include the keyword `override`.\n-   `noUnusedLocals` is activated (true) and you get report errors on unused local variables.\n-   `noUnusedParameters` is activated (true) and you get report errors on unused parameters in functions.\n-   `noFallthroughCasesInSwitch` is activated (true) and you get report errors for fallthrough cases in switch statements.\n-   `noUncheckedIndexedAccess` is activated (true) and this will add undefined to any un-declared field in the type.\n-   `noPropertyAccessFromIndexSignature` is activated (true) and will raise an error when the unknown field uses dot syntax instead of indexed syntax.\n-   `noEmitOnError` is activated (true) and this will not emit compiler output files like JavaScript source code, source-maps or declarations if any errors were reported.\n-   `useDefineForClassFields` is activated (true) and switches to the upcoming standard version of class fields runtime behavior.\n\n## Install\n\n    $ npm install --save-dev baldrick-tsconfig-es2020\n\n## Usage\n\n`tsconfig.json`\n\n```json\n{\n\t\"extends\": \"baldrick-tsconfig-es2020\"\n}\n```\n\n## Other\n\nThis project was strongly inspired by [Sindre Sorhus tsconfig](https://github.com/sindresorhus/tsconfig)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-tsconfig-es2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fbaldrick-tsconfig-es2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-tsconfig-es2020/lists"}