Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 25, 2025
1 parent e2a81f7 commit b24b68a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/expo/nativewind-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference types="nativewind/types" />

// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind.
// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind.
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 b24b68a

Please sign in to comment.