Skip to content

Support jsconfig.json #1207

@grant

Description

@grant

🐛 bug report

Description of the problem

jsconfig.json isn't supported like VSCode. This could make autocompletion much better for certain apps.

Repro:

Use the Vanilla (+TS) template.

  • Create a jsconfig file.
{
  "compilerOptions": {
    "noLib": true
  }
}
  • Notice how ts autocompletion is still huge despite us not wanting to use most libs.

Examples

Code Sandbox:

screen shot 2018-10-18 at 23 48 32

VSC:

screen shot 2018-10-18 at 23 50 08

How has this issue affected you? What are you trying to accomplish?

I'm trying to support a Google Cloud product, clasp with this tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions