/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/stats/app/tsconfig.json
22 строки
555 B
Victor Navarro
feat: improve referral system (#29720)
28 май 2026, 14:50
Не верифицирован
28 май 2026, 14:50
fdc574f
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ESNext", "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "strict": true, "noEmit": true, "types": ["vite/client", "bun"], "isolatedModules": true, "paths": { "~/*": ["./src/*"] } }, "include": ["*.ts", "src", "../core/src/resource.d.ts"] }