Skip to content

Commit

Permalink
Dont type the src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Dec 20, 2024
1 parent ffe8d5f commit 2c174e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js",
"src"
]
}

0 comments on commit 2c174e7

Please sign in to comment.