{"id":15557534,"url":"https://github.com/icholy/gulp-tsconfig-files","last_synced_at":"2025-04-13T17:13:24.424Z","repository":{"id":31295039,"uuid":"34857159","full_name":"icholy/gulp-tsconfig-files","owner":"icholy","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-19T13:35:35.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T17:13:20.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"awsdocs/iam-user-guide","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icholy.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":"2015-04-30T13:55:52.000Z","updated_at":"2022-05-14T19:37:24.000Z","dependencies_parsed_at":"2022-08-25T03:02:27.756Z","dependency_job_id":null,"html_url":"https://github.com/icholy/gulp-tsconfig-files","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/icholy%2Fgulp-tsconfig-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icholy%2Fgulp-tsconfig-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icholy%2Fgulp-tsconfig-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icholy%2Fgulp-tsconfig-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icholy","download_url":"https://codeload.github.com/icholy/gulp-tsconfig-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750127,"owners_count":21155687,"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-10-02T15:18:17.643Z","updated_at":"2025-04-13T17:13:24.405Z","avatar_url":"https://github.com/icholy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tsconfig Files\n\n\u003e Populate the tsconfig `files` array using a glob\n\n## Note: TypeScript 2 supports using globs in `tsconfig.json`\n\n## Example\n\n``` js\nvar tsconfig = require('gulp-tsconfig-files');\n\ngulp.task('tsconfig_files', function () {\n  gulp.src(['scripts/**/*.ts'])\n    .pipe(tsconfig());\n});\n```\n\n## Options\n\n``` js\n{\n  absolute:     true,            // default: false\n  path:         'tsconfig.json', // default: 'tsconfig.json'\n  indent:       2,               // default: 2\n  newline_eof:  true,            // default: false\n  relative_dir: 'some/folder/',  // default: '.'\n  posix:        true,            // default: false\n  sort:         false            // default: true\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficholy%2Fgulp-tsconfig-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficholy%2Fgulp-tsconfig-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficholy%2Fgulp-tsconfig-files/lists"}