{"id":18121893,"url":"https://github.com/flex-development/tsconfig-types","last_synced_at":"2026-02-27T13:36:57.600Z","repository":{"id":63936086,"uuid":"571123819","full_name":"flex-development/tsconfig-types","owner":"flex-development","description":"TypeScript definitions for tsconfig.json","archived":false,"fork":false,"pushed_at":"2025-02-25T01:59:30.000Z","size":6184,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T08:35:37.999Z","etag":null,"topics":["tsconfig","tsconfig-json","typescript","typescript-definitions"],"latest_commit_sha":null,"homepage":"https://github.com/flex-development/tsconfig-types","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flex-development.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["flex-development"]}},"created_at":"2022-11-27T08:36:20.000Z","updated_at":"2024-11-27T01:32:15.000Z","dependencies_parsed_at":"2024-04-19T03:22:04.958Z","dependency_job_id":"d56c4d64-f5ae-4d1b-9fe0-9c411b24925d","html_url":"https://github.com/flex-development/tsconfig-types","commit_stats":{"total_commits":221,"total_committers":2,"mean_commits":110.5,"dds":0.330316742081448,"last_synced_commit":"6bcd4fd945d9e45bf730eaf273c54f064f864663"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftsconfig-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftsconfig-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftsconfig-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftsconfig-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flex-development","download_url":"https://codeload.github.com/flex-development/tsconfig-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248726520,"owners_count":21151898,"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":["tsconfig","tsconfig-json","typescript","typescript-definitions"],"created_at":"2024-11-01T06:16:00.375Z","updated_at":"2026-02-27T13:36:52.568Z","avatar_url":"https://github.com/flex-development.png","language":"TypeScript","funding_links":["https://github.com/sponsors/flex-development"],"categories":[],"sub_categories":[],"readme":"# tsconfig-types\n\n[![github release](https://img.shields.io/github/v/release/flex-development/tsconfig-types.svg?include_prereleases\\\u0026sort=semver)](https://github.com/flex-development/tsconfig-types/releases/latest)\n[![npm](https://img.shields.io/npm/v/@flex-development/tsconfig-types.svg)](https://npmjs.com/package/@flex-development/tsconfig-types)\n[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)\n[![license](https://img.shields.io/github/license/flex-development/tsconfig-types.svg)](LICENSE.md)\n[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits\\\u0026logoColor=ffffff)](https://conventionalcommits.org)\n[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\\\u0026logoColor=ffffff)](https://typescriptlang.org)\n[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat\\\u0026logo=vitest\\\u0026logoColor=ffffff)](https://vitest.dev)\n[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\\\u0026logo=yarn\\\u0026logoColor=ffffff)](https://yarnpkg.com)\n\n[TypeScript][] definitions for `tsconfig.json`\n\n## Contents\n\n- [What is this?](#what-is-this)\n- [Install](#install)\n- [Use](#use)\n- [API](#api)\n- [Related](#related)\n- [Contribute](#contribute)\n\n## What is this?\n\nThis package contains TypeScript definitions for `tsconfig.json` files and values used in `tsconfig.json` files.\n\n## Install\n\nIn Node.js with [yarn][]:\n\n```sh\nyarn add @flex-development/tsconfig-types\n```\n\n\u003cblockquote\u003e\n  \u003csmall\u003e\n    See \u003ca href='https://yarnpkg.com/protocol/git'\u003eGit - Protocols | Yarn\u003c/a\u003e\n    \u0026nbsp;for details regarding installing from Git.\n  \u003c/small\u003e\n\u003c/blockquote\u003e\n\n## Use\n\n```ts\nimport type {\n  CompilerOptions,\n  Module,\n  ModuleDetection,\n  ModuleResolution,\n  Paths,\n  Target,\n  Tsconfig\n} from '@flex-development/tsconfig-types'\n```\n\n## API\n\n- [`BuildOptions`](./src/build-options.mts)\n- [`CompilerOption`](./src/compiler-option.mts)\n- [`CompilerOptionsValue`](./src/compiler-options-value.mts)\n- [`CompilerOptions`](./src/compiler-options.mts)\n- [`FallbackPollingMap`](./src/fallback-polling-map.mts)\n- [`FallbackPolling`](./src/fallback-polling.mts)\n- [`ImportsNotUsedAsValuesMap`](./src/imports-not-used-as-values-map.mts)\n- [`ImportsNotUsedAsValues`](./src/imports-not-used-as-values.mts)\n- [`JsonArray`](./src/json-array.mts)\n- [`JsonObject`](./src/json-object.mts)\n- [`JsonPrimitive`](./src/json-primitive.mts)\n- [`JsonValue`](./src/json-value.mts)\n- [`JsxEmitMap`](./src/jsx-emit-map.mts)\n- [`JsxEmit`](./src/jsx-emit.mts)\n- [`JsxFactoryMap`](./src/jsx-factory-map.mts)\n- [`JsxFactory`](./src/jsx-factory.mts)\n- [`JsxFragmentFactoryMap`](./src/jsx-fragment-factory-map.mts)\n- [`JsxFragmentFactory`](./src/jsx-fragment-factory.mts)\n- [`JsxImportSourceMap`](./src/jsx-import-source-map.mts)\n- [`JsxImportSource`](./src/jsx-import-source.mts)\n- [`LibFile`](./src/lib-file.mts)\n- [`LibMap`](./src/lib-map.mts)\n- [`Lib`](./src/lib.mts)\n- [`MapLike`](./src/map-like.mts)\n- [`ModuleDetectionMap`](./src/module-detection-map.mts)\n- [`ModuleDetection`](./src/module-detection.mts)\n- [`ModuleMap`](./src/module-map.mts)\n- [`ModuleResolutionMap`](./src/module-resolution-map.mts)\n- [`ModuleResolution`](./src/module-resolution.mts)\n- [`Module`](./src/module.mts)\n- [`NewLineMap`](./src/new-line-map.mts)\n- [`NewLine`](./src/new-line.mts)\n- [`Paths`](./src/paths.mts)\n- [`Plugin`](./src/plugin.mts)\n- [`PollingWatchMap`](./src/polling-watch-map.mts)\n- [`PollingWatch`](./src/polling-watch.mts)\n- [`ProjectReference`](./src/project-reference.mts)\n- [`TargetMap`](./src/target-map.mts)\n- [`Target`](./src/target.mts)\n- [`Tsconfig`](./src/tsconfig.mts)\n  - alias: `TsconfigJson`\n- [`TypeAcquisition`](./src/type-acquisition.mts)\n- [`WatchDirectoryMap`](./src/watch-directory-map.mts)\n- [`WatchDirectory`](./src/watch-directory.mts)\n- [`WatchFileMap`](./src/watch-file-map.mts)\n- [`WatchFile`](./src/watch-file.mts)\n- [`WatchOptions`](./src/watch-options.mts)\n\n## Related\n\n- [`pkg-types`][pkg-types] — TypeScript definitions for `package.json`\n- [`tsconfig-utils`][tsconfig-utils] — Utilities for working with [`tsconfig`][tsconfig] files\n\n## Contribute\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\nThis project has a [code of conduct](./CODE_OF_CONDUCT.md). By interacting with this repository, organization, or\ncommunity you agree to abide by its terms.\n\n[pkg-types]: https://github.com/flex-development/pkg-types\n\n[tsconfig-utils]: https://github.com/flex-development/tsconfig-utils\n\n[tsconfig]: https://www.typescriptlang.org/tsconfig\n\n[typescript]: https://www.typescriptlang.org\n\n[yarn]: https://yarnpkg.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Ftsconfig-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflex-development%2Ftsconfig-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Ftsconfig-types/lists"}