/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.0.2
shared/tsconfig.base.json
49 строк
2 KB
chrisnojima
remove electron remote (#24974)
10 май 2022, 19:15
Не верифицирован
10 май 2022, 19:15
9ae0eb6
Код
Авторство
О чём код?
{ "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"], "@emotion/native": ["override-d.ts/@emotion/index.d.ts"], "@emotion/react": ["override-d.ts/@emotion/index.d.ts"], "@emotion/styled": ["override-d.ts/@emotion/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" ] }