/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/react-native/tsconfig.json
17 строк
462 B
Dima Grossman
feat(react-native): Add a react native npm package for hooks (#6556)
07 окт 2024, 12:35
Не верифицирован
07 окт 2024, 12:35
174abc6
Код
Авторство
О чём код?
{ "include": ["src"], "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "target": "ES6", "esModuleInterop": true, "module": "NodeNext", "isolatedModules": true, "jsx": "react-jsx", "forceConsistentCasingInFileNames": true, "moduleResolution": "NodeNext", "skipLibCheck": true, "strict": true, "noEmit": true }, "exclude": ["src/**/*.test.*", "src/*.test.*", "node_modules", "**/node_modules/*"] }