mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"jsx": "react-native",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"types": ["react", "react-native", "node"]
|
|
},
|
|
"extends": "./node_modules/expo/tsconfig.base"
|
|
}
|