Merge pull request #3810 from github/mbg/ts6/fix-pr-checks

Fix `pr-checks/tsconfig.json` for TS6
This commit is contained in:
Michael B. Gale
2026-04-10 18:02:01 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directories:
- "/"
- "/pr-checks"
schedule:
interval: weekly
cooldown:
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
/* Basic Options */
"lib": ["esnext"],
"module": "preserve",
"rootDir": "..",
"sourceMap": false,
"noEmit": true,