/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.74.0
tsconfig.json
29 строк
697 B
Beier Luo
Revert "Revert "🪢 fix build to exclude test files (#13387)""
21 апр 2026, 00:17
21 апр 2026, 00:17
44df01d
Код
Авторство
О чём код?
{ "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__/**/*", "**/__tests__", "**/*.test.ts", "**/*.test.tsx" ] }