CEMROS_hauler_pti_app/rn/app/tsconfig.json

11 lines
190 B
JSON

{
"compilerOptions": {
"allowJs": true,
"jsx": "react-native",
"noEmit": true,
"types": ["jest"]
},
"include": ["**/*"],
"exclude": ["**/node_modules", "**/Pods"],
}