/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/utils/oxlint-config/tsconfig.json
9 строк
179 B
Nico André
chore(lint): add non-blocking oxlint setup (#26923)
31 июл 2026, 16:56
Не верифицирован
31 июл 2026, 16:56
6469af3
Код
Авторство
О чём код?
{ "extends": "tsconfig/base.json", "compilerOptions": { "noEmit": true, "allowImportingTsExtensions": true }, "include": ["*.ts"], "exclude": ["node_modules"] }