/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.base.json
41 строка
1 KB
liuxingbaoyu
Enable `strictFunctionTypes` (#17946)
22 май 2026, 17:12
Не верифицирован
22 май 2026, 17:12
c6d71f3
Код
Авторство
О чём код?
{ "compilerOptions": { "composite": true, "rootDir": ".", "target": "ESNext", "module": "Preserve", "lib": ["ESNext"], "types": ["node", "jest"], "declaration": true, "declarationMap": true, "emitDeclarationOnly": true, "declarationDir": "./dts", "moduleResolution": "Bundler", "customConditions": ["babel-src"], "esModuleInterop": true, "isolatedModules": true, "allowImportingTsExtensions": true, "skipLibCheck": true, "resolveJsonModule": true, "noImplicitThis": true, "noImplicitAny": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "strictBindCallApply": true, "strictNullChecks": true, "strictPropertyInitialization": true, "strictFunctionTypes": true, "useUnknownInCatchVariables": false, "incremental": true, "stripInternal": true }, "exclude": ["./packages/babel-helpers/src/helpers/**/*"], "references": [ { "path": "./packages/babel-helpers/src/helpers/**/tsconfig.json" }, { "path": "./tsconfig.tstyche.json" } ] }