Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Stop typechecking config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wedvich committed Jan 16, 2024
1 parent 79ccbd1 commit 0cd7dd2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@
"target": "esnext",
"types": ["vitest/globals"]
},
"include": [
"src/**/*",
".eslintrc.cjs",
".stylelintrc.js",
"*.config.cjs",
"*.config.js",
"*.config.ts",
"*.config.sw.ts"
]
"include": ["src/**/*"]
}

0 comments on commit 0cd7dd2

Please sign in to comment.