We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a26cb68 + b669eab commit ee09113Copy full SHA for ee09113
.github/dependabot.yml
@@ -1,7 +1,9 @@
1
version: 2
2
updates:
3
- package-ecosystem: npm
4
- directory: "/"
+ directories:
5
+ - "/"
6
+ - "/pr-checks"
7
schedule:
8
interval: weekly
9
cooldown:
pr-checks/tsconfig.json
@@ -3,6 +3,7 @@
"compilerOptions": {
/* Basic Options */
"lib": ["esnext"],
+ "module": "preserve",
"rootDir": "..",
"sourceMap": false,
"noEmit": true,
0 commit comments