/
tm-project
/
rbac-react-system
Обзор
Документация
Войти
/
tm-project
/
rbac-react-system
Код
Запросы
0
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
gitverse
tsconfig.json
30 строк
866 B
Artem
add test
30 ноя 2025, 02:10
30 ноя 2025, 02:10
14c944a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["ES2020", "DOM"], "jsx": "react-jsx", "declaration": true, "declarationMap": true, "declarationDir": "build/types", "outDir": "build/esm", "rootDir": "src", "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "sourceMap": true, "removeComments": true, "allowJs": false, "types": ["jest", "@testing-library/jest-dom"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "**/*.test.ts", "**/*.test.tsx", "__tests__"] }