mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
hot fix #1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user