Ts example "typo"?
Open
- 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
Assessment
This issue has not been assessed yet.