/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/tests/tsconfig.json
19 строк
494 B
shadcn
feat: add tests package (#7907)
29 июл 2025, 15:31
Не верифицирован
29 июл 2025, 15:31
873f7f2
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "ESNext", "target": "ES2022", "lib": ["ES2022"], "moduleResolution": "bundler", "noEmit": true, "strict": true, "skipLibCheck": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, "types": ["vitest/globals", "node"] }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "temp", "fixtures"] }