Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent bade0c0 commit 8697a36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/githubdark/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
},
"include": ["./**/*"]
"include": ["./**/*"],
}
4 changes: 2 additions & 2 deletions packages/githublight/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
},
"include": ["./**/*"]
"include": ["./**/*"],
}
4 changes: 2 additions & 2 deletions packages/pitayasmoothie/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
},
"include": ["./**/*"]
"include": ["./**/*"],
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"strictNullChecks": true,
"target": "es2017",
"types": ["jest"],
"skipLibCheck": true
"skipLibCheck": true,
},
"include": ["src/*"]
"include": ["src/*"],
}

0 comments on commit 8697a36

Please sign in to comment.