Files
bestpc_mobile/tsconfig.json

11 lines
228 B
JSON
Raw Normal View History

2025-05-19 12:00:33 +07:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
2025-06-05 10:09:29 +07:00
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*", "assets/**/*"]
2025-05-19 12:00:33 +07:00
}