{"id":21404189,"url":"https://github.com/supportclass/tsconfigs","last_synced_at":"2026-03-19T20:14:08.899Z","repository":{"id":40257629,"uuid":"159978827","full_name":"SupportClass/tsconfigs","owner":"SupportClass","description":"Our re-usable TypeScript compiler configurations.","archived":false,"fork":false,"pushed_at":"2022-12-08T06:52:44.000Z","size":860,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T12:53:20.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/SupportClass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-01T19:17:01.000Z","updated_at":"2021-03-16T09:01:06.000Z","dependencies_parsed_at":"2023-01-25T12:15:59.420Z","dependency_job_id":null,"html_url":"https://github.com/SupportClass/tsconfigs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SupportClass/tsconfigs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Ftsconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Ftsconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Ftsconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Ftsconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupportClass","download_url":"https://codeload.github.com/SupportClass/tsconfigs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Ftsconfigs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267231,"owners_count":23902318,"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-22T16:13:25.507Z","updated_at":"2026-02-04T09:32:40.556Z","avatar_url":"https://github.com/SupportClass.png","language":null,"readme":"# Support Class' tsconfigs\n\n\u003e Our re-usable TypeScript compiler configurations.\n\n## Usage\n\n1. Install the config(s) you wish to use as devDependencies:\n\n    ```bash\n    npm i -D @supportclass/tsconfig-base\n    npm i -D @supportclass/tsconfig-nodecg-server\n    npm i -D @supportclass/tsconfig-nodecg-client\n    ```\n\n2. Copy this boilerplate and save it as your project's `tsconfig.json`.\n\n    ```json\n    {\n        // Can also be tsconfig-nodecg-server or tsconfig-nodecg-client\n        \"extends\": \"@supportclass/tsconfig-base\",\n        \n        \"compilerOptions\": {\n            \"rootDir\": \"src\",\n            \"outDir\": \"dist\",\n            \"baseUrl\": \"./\",\n            \"paths\": {\n                \"*\": [\n                    \"./node_modules/*\",\n                    \"./src/types/*\"\n                ]\n            }\n        },\n        \"include\": [\"src/**/*.ts\"],\n        \"exclude\": [\"src/**/*spec.ts\"]\n    }\n    ```\n    \n3. Modify the boilerplate as-needed to fit your project's structure and unique needs.\n\n\n## Additional Boilerplate\n\n### Polymer 2\n\nPolymer 2 projects may also need this additional boilerplate configuration added to their `tsconfig.json`:\n\n```json\n{\n\t\"include\": [\n\t\t\"../../types/browser.d.ts\",\n\t\t\"bower_components/**/*.d.ts\",\n\t\t\"dashboard/**/*.ts\",\n\t\t\"graphics/**/*.ts\",\n\t\t\"shared/**/*.ts\"\n\t]\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupportclass%2Ftsconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupportclass%2Ftsconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupportclass%2Ftsconfigs/lists"}