This commit is contained in:
2026-01-28 00:37:56 +08:00
parent 3e69f45d4f
commit b331b820ad
95 changed files with 24172 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "@react-native/typescript-config",
"compilerOptions": {
"types": ["jest"],
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
}