This commit is contained in:
2026-07-28 16:40:29 +08:00
parent 7f4c8bb7d4
commit 14d0ef42b3
9 changed files with 536 additions and 25 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
{
"extends": "@tsconfig/react-native/tsconfig.json"
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node16",
"module": "node16"
},
"exclude": ["node_modules", "**/node_modules/**"]
}