/bitburner-scripts

Random scripts for the game bitburner.

Primary LanguageJavaScript

bitburner-scripts

Random scripts for the game bitburner. Highly experimental.

Intellisense for VS Code:

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "/*": [
        "*"
      ]
    }
  }
}
  • replace /** @param {NS} ns / with /* @param {import("/.").NS} ns */ in your hack scripts.

(The in-game editor will no longer have Intellisense.)