/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/classic-typescript/tsconfig.json
12 строк
389 B
Sébastien Lorber
chore: update examples for Docusaurus v3.10 (#11911)
07 апр 2026, 19:38
Не верифицирован
07 апр 2026, 19:38
001eafc
Код
Авторство
О чём код?
// This file is not used by "docusaurus start/build" commands. // It is here to improve your IDE experience (type-checking, autocompletion...), // and can also run the package.json "typecheck" script manually. { "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": ".", "ignoreDeprecations": "6.0", "strict": true }, "exclude": [".docusaurus", "build"] }