/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.0.0-beta.3
tsconfig.json
31 строка
757 B
bill
Merge branch 'master' into react-complier
26 апр 2026, 14:14
Не верифицирован
26 апр 2026, 14:14
31ea9a0
Код
Авторство
О чём код?
{ "compilerOptions": { "types": ["jest", "node", "@testing-library/jest-dom"], "rootDir": "./src", "sourceMap": true, "module": "es2015", "target": "es2020", "moduleResolution": "bundler", "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, "ignoreDeprecations": "6.0" }, "include": ["src/**/*"], "exclude": [ "**/__typetest__/**/*", "**/__tests__", "**/*.test.ts", "**/*.test.tsx" ] }