12 lines
293 B
JSON
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"]
|
|
}
|