Skip to content

[FEAT] Generate (ts/js)config.json #35

Description

@CTNOriginals

To get some LSP's working with bitburners definitions, for some IDE's you need to add a (ts/js)confg.json with very specific content in them to let the IDE know where to look for auto completions and such.

Currently to my knowledge, this is only the case for VSCode users.

For tsconfig.json:

{
  "compilerOptions": {
    "module": "NodeNext"
  }
}

For jsconfig.json:

{
  "compilerOptions": {
    "module": "NodeNext",
    "typeRoots": ["."],
    "checkJs": true
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions