/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
jsconfig.json
26 строк
395 B
Andrei L
chore(typescript): scope tsconfig types per workspace (#26699)
09 июл 2026, 18:09
Не верифицирован
09 июл 2026, 18:09
c242dbd
Код
Авторство
О чём код?
{ "compilerOptions": { "rootDir": ".", "module": "commonjs", "target": "es6" }, "exclude": [ "**/node_modules/*", ".git", ".npm", ".nx", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "docs", "examples", "templates", ".github", "packages", "scripts", "tests" ] }