/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
compiler/packages/make-read-only-util/tsconfig.json
20 строк
546 B
Lauren Tan
Upgrade to typescript 5.4.3
02 апр 2024, 17:32
02 апр 2024, 17:32
4e6aa42
Код
Авторство
О чём код?
{ "extends": "@tsconfig/strictest/tsconfig.json", "compilerOptions": { "declaration": true, "outDir": "dist", "jsx": "react-jsxdev", // weaken strictness from preset "importsNotUsedAsValues": "remove", "noUncheckedIndexedAccess": false, "noUnusedParameters": false, "useUnknownInCatchVariables": false, "target": "ES2015", // ideally turn off only during dev, or on a per-file basis "noUnusedLocals": false, "sourceMap": true }, "exclude": ["node_modules"], "include": ["src/**/*.ts"] }