/
neveisya
/
react-app
Обзор
Документация
Войти
/
neveisya
/
react-app
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
25 строк
675 B
vorron
Initial commit
23 авг 2024, 12:25
Не верифицирован
23 авг 2024, 12:25
dfcc7de
Код
Авторство
О чём код?
{ "compilerOptions": { "types": ["node", "@testing-library/jest-dom", "vitest/globals"], "target": "ESNext", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "paths": { "@/*": ["./src/*"], "@test-utils": ["./test-utils"] } }, "include": ["src", "test-utils"] }