/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/tsconfig.base.json
24 строки
564 B
Robin Malfait
Improve debug logs (#15303)
11 дек 2024, 17:27
Не верифицирован
11 дек 2024, 17:27
bcf7099
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2022", "lib": ["es2022", "esnext.disposable", "dom"], "module": "ESNext", "moduleDetection": "force", "allowJs": true, "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "isolatedModules": true, "preserveConstEnums": true, "noEmit": true, "skipLibCheck": true, "strict": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts"], "exclude": ["node_modules"] }