/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
tsconfig.base.json
44 строки
972 B
Marin Atanasov
Remove React Native implementation, framework, and dependencies (#78747)
09 июн 2026, 10:40
Не верифицирован
09 июн 2026, 10:40
6d5f87f
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig.json", "compilerOptions": { "allowJs": true, "checkJs": true, "allowSyntheticDefaultImports": true, "jsx": "preserve", "target": "esnext", "module": "preserve", "lib": [ "DOM", "DOM.Iterable", "ESNext" ], "declaration": true, "declarationMap": true, "composite": true, "emitDeclarationOnly": true, "isolatedModules": true, "skipLibCheck": true, /* Strict Type-Checking Options */ "strict": true, /* Additional Checks */ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, /* Module Resolution Options */ "moduleResolution": "bundler", "resolveJsonModule": true, "typeRoots": [ "./typings", "./node_modules/@types" ], "types": [], "rootDir": "${configDir}/src", "declarationDir": "${configDir}/build-types" }, "include": [ "${configDir}/src" ], "exclude": [ "**/benchmark", "packages/*/build-*/**", "packages/*/build/**", "**/test/**" ] }