Skip to content

Feature Request: Add support for "Solution Style" tsconfig.json file #2091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xiaoxiangmoe opened this issue May 25, 2020 · 1 comment
Closed
Labels
enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree

Comments

@xiaoxiangmoe
Copy link

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html#support-for-solution-style-tsconfigjson-files

// tsconfig.json
{
  files: [],
  references: [
    { path: "./tsconfig.shared.json" },
    { path: "./tsconfig.frontend.json" },
    { path: "./tsconfig.backend.json" },
  ],
}

We should add references.map(x=>x.path) in parserOptions.project.

@xiaoxiangmoe xiaoxiangmoe added package: parser Issues related to @typescript-eslint/parser triage Waiting for team members to take a look labels May 25, 2020
@bradzacher bradzacher added enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree and removed package: parser Issues related to @typescript-eslint/parser triage Waiting for team members to take a look labels May 25, 2020
@bradzacher
Copy link
Member

Closing in favour of #2094

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree
Projects
None yet
Development

No branches or pull requests

2 participants