/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/utils/tsconfig/client.json
24 строки
652 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", "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "noEmit": true, "noImplicitAny": true, "declaration": true, "jsx": "react-jsx", "types": [], "noUncheckedSideEffectImports": true, "erasableSyntaxOnly": true } }