Skip to content

Commit

Permalink
lint: align tsconfig with eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 5, 2024
1 parent b6b8729 commit 032fe44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions packages/internal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
"noImplicitAny": true,
},
"include": [
"*.js",
"*.ts",
"src/**/*.js",
"src/**/*.ts",
"test/**/*.js",
"test/**/*.ts"
"src",
"test",
"tools"
]
}
1 change: 1 addition & 0 deletions packages/notifier/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {},
"include": [
"src/**/*.js",
"subscribe.*",
// exclude exported.js so that stub doesn't overwrite exportd.d.ts
"test/**/*.js",
"tools/**/*.js",
Expand Down
1 change: 1 addition & 0 deletions packages/orchestration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": [
"build",
"index.js",
"scripts",
"src",
"test",
"tools"
Expand Down
6 changes: 2 additions & 4 deletions packages/vow/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"include": [
"*.js",
"*.ts",
"src/**/*.js",
"src/**/*.ts",
"test/**/*.js",
"test/**/*.ts"
"src",
"test"
]
}

0 comments on commit 032fe44

Please sign in to comment.