Skip to content

Commit ee09113

Browse files
authored
Merge pull request #3810 from github/mbg/ts6/fix-pr-checks
Fix `pr-checks/tsconfig.json` for TS6
2 parents a26cb68 + b669eab commit ee09113

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directories:
5+
- "/"
6+
- "/pr-checks"
57
schedule:
68
interval: weekly
79
cooldown:

pr-checks/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
/* Basic Options */
55
"lib": ["esnext"],
6+
"module": "preserve",
67
"rootDir": "..",
78
"sourceMap": false,
89
"noEmit": true,

0 commit comments

Comments
 (0)