/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/utils/tsconfig/base.json
20 строк
517 B
Andrei L
chore(typescript): scope tsconfig types per workspace (#26699)
09 июл 2026, 18:09
Не верифицирован
09 июл 2026, 18:09
c242dbd
Код
Авторство
О чём код?
{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "@tsconfig/node20/tsconfig.json", "compilerOptions": { "declaration": true, "declarationMap": true, "esModuleInterop": true, "sourceMap": true, "resolveJsonModule": true, "noImplicitThis": true, "noImplicitAny": true, "module": "ESNext", "moduleResolution": "Bundler", "skipLibCheck": true, "noEmit": true, "types": [], "noUncheckedSideEffectImports": true, "erasableSyntaxOnly": true } }