google / google/wireit

Ts example "typo"?

Open
#505 1 comment 0 reactions 0 assignees Claimed by @TimonVS View on GitHub
Dominant language
TypeScript
Stars
6.4k
Forks
128
Avg merge
4d 10h
Merged PRs (30d)
4

Description

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? 🤔

```diff
{
"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"]
}
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.