suppression d'un file inutile

Persistance
Mathilde JEAN 2 years ago
parent 8c7f5e364b
commit 503ff386a1

@ -14,8 +14,6 @@ import SaverMatchApi from './src/services/matchServices/saverMatchApi'
import LoaderGameApi from './src/services/gameService/loaderGameApi' import LoaderGameApi from './src/services/gameService/loaderGameApi'
import ManagerGame from './src/services/gameService/managerGame' import ManagerGame from './src/services/gameService/managerGame'
import { useFonts } from 'expo-font'; import { useFonts } from 'expo-font';
import * as SplashScreen from 'expo-splash-screen';
import { View } from 'react-native'
export const MANAGER_USER = new ManagerUser(new LoaderUserApi, new FakeSaverUser); export const MANAGER_USER = new ManagerUser(new LoaderUserApi, new FakeSaverUser);

@ -1,28 +0,0 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"lib": [
"dom",
"es2017"
],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveConstEnums": true,
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext"
},
"include": [
"**/*.ts",
"**/*.tsx"
, "tsconfig.test.json" ],
"extends": "expo/tsconfig.base"
}
Loading…
Cancel
Save