/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docs/tsconfig.json
11 строк
321 B
Andrei L
chore(docs): migrate docusaurus config to typescript (#26471)
28 май 2026, 17:16
Не верифицирован
28 май 2026, 17:16
d353b27
Код
Авторство
О чём код?
// This file is not used by "docusaurus start/build" commands. // It is here to improve your IDE experience (type-checking, autocompletion...), { "extends": "@docusaurus/tsconfig", "compilerOptions": { "strict": true, "verbatimModuleSyntax": true, "types": [] }, "exclude": [".docusaurus", "build"] }