Front: Typecheck Navigators and hooks

This commit is contained in:
Arthur Jamet
2023-06-08 10:51:29 +01:00
parent 63d4b10ebb
commit 19ded9ca74
6 changed files with 15 additions and 60 deletions
+3 -1
View File
@@ -100,6 +100,8 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": [
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
"node_modules", "babel.config.js", "metro.config.js",
"jest.config.js", "app.config.ts",
"*/*.test.tsx"
]
}