Skip to content

Commit

Permalink
Disable verbatimModuleSyntax for Detox test file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 18, 2024
1 parent e9837f2 commit 3766208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "eslint-config-upleveled/tsconfig.base.json",
"compilerOptions": {
"verbatimModuleSyntax": false,
// Based on expo/tsconfig.base.json
// https://github.com/expo/expo/blob/main/packages/expo/tsconfig.base.json
"jsx": "react-native",
Expand Down

0 comments on commit 3766208

Please sign in to comment.