/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.4.1
shared/tsconfig.base.json
53 строки
2 KB
chrisnojima
switch react gateway fork (#23140)
19 мар 2020, 17:43
Не верифицирован
19 мар 2020, 17:43
078083d
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "assumeChangesOnlyAffectDirectDependencies": false, "baseUrl": ".", "checkJs": false, "declaration": true, "emitDeclarationOnly": true, "incremental": true, "isolatedModules": true, "jsx": "preserve", "lib": ["ESNext", "dom"], "module": "commonjs", "paths": { "@react-navigation/core": ["override-d.ts/@react-navigation/core/index.d.ts"], "@react-navigation/native": ["override-d.ts/@react-navigation/native/index.d.ts"], "react-native-reanimated": ["override-d.ts/react-native-reanimated/index.d.ts"], "popper": ["override-d.ts/popper/index.d.ts"], "react-native-fast-image": ["override-d.ts/react-native-fast-image/index.d.ts"], "react-native-gesture-handler": ["override-d.ts/react-native-gesture-handler/index.d.ts"], "react-native-image-picker": ["override-d.ts/react-native-image-picker/index.d.ts"], "react-navigation": ["override-d.ts/react-navigation/index.d.ts"], "react-navigation-stack": ["override-d.ts/react-navigation-stack/index.d.ts"], "react-navigation-tabs": ["override-d.ts/react-navigation-tabs/index.d.ts"], "react-redux": ["override-d.ts/react-redux/index.d.ts"], "redux": ["override-d.ts/redux/index.d.ts"], "rn-fetch-blob": ["override-d.ts/rn-fetch-blob/index.d.ts"], "@chardskarth/react-gateway": ["./node_modules/@types/react-gateway"] }, "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": false, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./.tsOuts/.tsOut/emit", "resolveJsonModule": true, "sourceMap": false, "strict": true, "target": "ESNext", "tsBuildInfoFile": "./.tsOuts/.tsOut/cache", "typeRoots": ["./node_modules/@types/", "./custom-d.ts/"] }, "include": ["globals.d.ts"], "exclude": [ "./node_modules", "./react-native", "./desktop/dist", "./desktop/build" ] }