/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.66.0
tsconfig.json
23 строки
589 B
Tom Mrazauskas
🦭 chore: improve `exclude` patterns (#12935)
05 июл 2025, 03:34
Не верифицирован
05 июл 2025, 03:34
e47b39e
Код
Авторство
О чём код?
{ "compilerOptions": { "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": ["**/__tests__/**/*", "**/__typetest__/**/*"] }