/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.71.1
tsconfig.json
24 строки
628 B
Bill
👌 chore: fix lib type check include tests (#13229)
01 янв 2026, 08:04
Не верифицирован
01 янв 2026, 08:04
9c22bc7
Код
Авторство
О чём код?
{ "compilerOptions": { "types": ["jest", "node", "@testing-library/jest-dom"], "sourceMap": true, "module": "es2015", "target": "es2018", "moduleResolution": "node", "outDir": "./dist", "jsx": "react", "skipLibCheck": true, "declaration": true, "declarationMap": true, "noEmit": true, "esModuleInterop": true, "lib": ["dom", "dom.iterable", "esnext"], "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true }, "include": ["src/**/*"], "exclude": ["**/__typetest__/**/*"] }