Skip to content

Commit

Permalink
revert change to tsconfig and instead use ts-check in jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Dec 17, 2024
1 parent df4b90a commit 6a78610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check

/** @type {import("jest").Config} */
const config = {
preset: 'jest-expo',
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"noUncheckedIndexedAccess": true
},
"include": ["src/frontend/**/*"],
"exclude": ["node_modules"]
"exclude": [
"node_modules",
"metro.config.js",
"babel.config.js",
"jest.config.js"
]
}

0 comments on commit 6a78610

Please sign in to comment.