diff --git a/README.md b/README.md index 7de886be3..28d7cab80 100644 --- a/README.md +++ b/README.md @@ -764,7 +764,7 @@ This section contains advice about integrating specific build tools with Wireit. "command": "tsc --build --pretty", "clean": "if-file-deleted", "files": ["src/**/*.ts", "tsconfig.json"], - "output": ["lib/**", ".tsbuildinfo"] + "output": ["lib/**", "*.tsbuildinfo"] } } }