Skip to content

Add a "name" property to tsconfig.json to allow for naming of a project #2938

Closed
@paulvanbrenk

Description

@paulvanbrenk

This is an editor only addition to the tsconfig.json project, which allows an IDE to show a custom name for a tsconfig.json based project.

{
    "name": "Language Service Server",
    "compilerOptions": {
        "module": "commonjs",
        "noImplicitAny": true,
        "removeComments": true,
        "preserveConstEnums": true,
        "out": "../../built/local/tsserver.js",
        "sourceMap": true
    },
    "files": [
        "node.d.ts",
        "editorServices.ts",
        "protocol.d.ts",
        "server.ts",
        "session.ts"
    ]
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions