/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v11.4.3
examples/tanstack-start/tsconfig.json
18 строк
381 B
Alex / KATT
chore: rm `baseUrl` from all `tsconfig.json`s (#6381)
11 янв 2025, 01:44
Не верифицирован
11 янв 2025, 01:44
1b0b7d6
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "jsx": "react-jsx", "module": "Preserve", "noEmit": true, "lib": ["DOM", "DOM.Iterable", "ES2022"], "target": "ES2022", "isolatedModules": true, "skipLibCheck": true, "allowJs": true, "paths": { "~/*": ["./app/*"] }, "types": ["vite/client"] }, "include": ["**/*.ts", "**/*.tsx"] }