/
anv
/
hackathon
Обзор
Документация
Войти
/
anv
/
hackathon
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
25 строк
625 B
ANV
initialize repository
23 мар 2025, 15:59
23 мар 2025, 15:59
7a393d3
Код
Авторство
О чём код?
{ "extends": "@gravity-ui/tsconfig/tsconfig", "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "types": ["vite-plugin-svgr/client"], "allowJs": true, "skipLibCheck": true, "strict": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx", "incremental": true, "allowSyntheticDefaultImports": true, "paths": { "@/*": ["./src/*"] } }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }