/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.2.3
shared/tsconfig.base.json
53 строки
2 KB
chrisnojima
remove styled (#25440)
19 янв 2023, 23:48
Не верифицирован
19 янв 2023, 23:48
50eabd0
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "assumeChangesOnlyAffectDirectDependencies": false, "baseUrl": ".", "checkJs": false, "declaration": true, "emitDeclarationOnly": true, "incremental": true, "isolatedModules": true, "jsx": "preserve", "lib": ["ESNext"], "module": "commonjs", "paths": { "react-native-reanimated": [ "override-d.ts/react-native-reanimated/react-native-reanimated.d.ts" ], "@react-native-picker/picker": ["override-d.ts/@react-native-picker/index.d.ts"], "react-native-kb": ["override-d.ts/react-native-kb/index.d.ts"], "react-native-drop-view": ["override-d.ts/react-native-drop-view/index.d.ts"] }, "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", "./node_modules/typescript", "node_modules/@types/node", "node_modules/react-native-reanimated/react-native-reanimated.d.ts", "./react-native", "./ios", "./android", "./desktop/dist", "./desktop/build", "./common-adapters/swipeable.native.tsx", "./common-adapters/index-impl.tsx", "./common-adapters/mobile.native.native.tsx" ] }