GitShow/vuejs/tsconfig
vuejs

tsconfig

Base tsconfig for Vue 3 projects.

by vuejs
Star on GitHubFork
360 stars29 forks8 contributorsQuiet · 5mo agoSince 2022v0.9.1MIT

Meet the team

See all 8 on GitHub →
haoqunjiang
haoqunjiang63 contributions
joerick
joerick1 contribution
lupas
lupas1 contribution
moznion
moznion1 contribution
ntnyq
ntnyq1 contribution
sgpinkus
sgpinkus1 contribution
yionr
yionr1 contribution
Slessi
Slessi1 contribution

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
37
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 5mo ago
See all on GitHub →
ntnyq
fix: limit published package filesOpenPR

Summary add an explicit allowlist for the three public TSConfig files exclude repository-only files such as and from the published package Why Without a field, npm includes all eligible repository files by default. The package only exposes the three root TSConfig files, so an allowlist keeps the published artifact intentional without changing any documented consumer paths. Validation confirmed the tarball contains , , and , plus npm's automatically included , , and

ntnyq · 2w ago

Recent fixes

View closed PRs →
zhanghaipeng666
tsconfig.json file error,"@vue/tsconfig": "^0.9.1","typescript": "~6.0.0"ClosedIssue

{ "extends": "@vue/tsconfig/tsconfig.dom.json", "include": ["env.d.ts", "src/*/", "src/*/.vue"], "exclude": ["src/*/__tests__/"], "compilerOptions": { // Extra safety for array and object lookups, but may have false positives. "noUncheckedIndexedAccess": true, // Path mapping for cleaner imports. "paths": { "@/": ["./src/"] } } }

zhanghaipeng666 · 1mo ago
ramicohen303
Update typescript peer dependency to 6.xClosedIssue

The peer dependency is set to 5.x. Current Typescript version is 6.0.2. Attempting to update my project dependencies to latest versions fail.

ramicohen303 · 5mo ago
Baejw0111
`noUncheckedIndexedAccess: false` override not working with `vue-tsc --build`ClosedIssue

Describe the bug When using with (project references mode), overriding in does not take effect. The type checker still behaves as if . Reproduction tsconfig.json tsconfig.app.json package.json scripts Example code that errors Expected behavior in should override the value from , and array index access should not include in the type. Actual behavior The override is ignored. is still typed as . Workaround Downgrade to which does not include . Environment : 0.8.1 : 3.2.1 : 5.8.3 / 5.9.3 (same issue on both) OS: Windows 10 Additional context Clearing build cache () does not help

Baejw0111 · 5mo ago
Structured data for AI agents

Repository: vuejs/tsconfig. Description: Base tsconfig for Vue 3 projects. Stars: 360, Forks: 29. License: MIT. Latest release: v0.9.1 (5mo ago). Open PRs: 1, open issues: 1. Last activity: 5mo ago. Community health: 37%. Top contributors: haoqunjiang, joerick, lupas, moznion, ntnyq, sgpinkus, yionr, Slessi.

·@ofershap

Replace github.com with gitshow.dev