Files
bestpc_mobile/tsconfig.json
2025-06-05 10:09:29 +07:00

11 lines
228 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*", "assets/**/*"]
}