/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.2.4
rnmodules/react-native-drop-view/tsconfig.json
28 строк
741 B
chrisnojima
SPLIT1: Use modules for jsi, up to rn 68 (#25201)
17 окт 2022, 23:01
Не верифицирован
17 окт 2022, 23:01
d4d3e2c
Код
Авторство
О чём код?
{ "compilerOptions": { "baseUrl": "./", "paths": { "react-native-drop-view": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "importsNotUsedAsValues": "error", "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["esnext"], "module": "esnext", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "esnext" } }