Files
smartagenda_pap/tsconfig.json

11 lines
199 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-native",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}