Files
2026-07-13 12:22:50 +08:00

12 lines
293 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"noImplicitAny": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"useDefineForClassFields": true,
"skipLibCheck": true,
},
"exclude": ["node_modules", "e2e"]
}