Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Nov 23, 2024
1 parent e7db044 commit bc634de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
1 change: 0 additions & 1 deletion apps/expo/src/types/nativewind-env.d.ts

This file was deleted.

25 changes: 6 additions & 19 deletions apps/expo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
{
"extends": [
"@acme/tsconfig/base.json"
],
"extends": ["@acme/tsconfig/base.json"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"./src/*"
]
"~/*": ["./src/*"]
},
"jsx": "react-native",
"types": [
"nativewind/types"
],
"types": ["nativewind/types"],
"checkJs": false,
"moduleSuffixes": [
".ios",
".android",
".native",
""
]
"moduleSuffixes": [".ios", ".android", ".native", ""]
},
"include": [
"src",
Expand All @@ -29,7 +18,5 @@
"expo-env.d.ts",
"nativewind-env.d.ts"
],
"exclude": [
"node_modules"
]
}
"exclude": ["node_modules"]
}

0 comments on commit bc634de

Please sign in to comment.