/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-plugin-content-docs/tsconfig.json
9 строк
232 B
Sébastien Lorber
fix(create-docusaurus): fix support for TypeScript 6.0 + fix our CI (#11843)
26 мар 2026, 17:34
Не верифицирован
26 мар 2026, 17:34
4a0273f
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.base.json", "references": [{"path": "./tsconfig.client.json"}], "compilerOptions": { "noEmit": false }, "include": ["src"], "exclude": ["src/client", "**/__tests__/**", "**/*.test.ts"] }