Skip to content

Ts example "typo"? #505

@daKmoR

Description

@daKmoR

shouldn't that be tsconfig.tsbuildinfo and not "just" .tsbuildinfo?

at least that is what the file is called that gets created by my ts version (4.8.4)
also that file lives in the lib folder?

or am I looking at the wrong file? 🤔

{
  "scripts": {
    "ts": "wireit"
  },
  "wireit": {
    "ts": {
      "command": "tsc --build --pretty",
      "clean": "if-file-deleted",
      "files": ["src/**/*.ts", "tsconfig.json"],
-      "output": ["lib/**", ".tsbuildinfo"]
+      "output": ["lib/**", "lib/tsconfig.tsbuildinfo"]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions