/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/settings.json
36 строк
1 KB
Julius Marminge
refactor: swap rollup with native rolldown (using tsdown) (#6789)
12 июн 2025, 14:16
Не верифицирован
12 июн 2025, 14:16
b042613
Код
Авторство
О чём код?
{ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "eslint.workingDirectories": [ { "pattern": "./examples/**" }, { "pattern": "./packages/*" }, { "pattern": "./www/*" } ], "search.exclude": { "/www/versioned_docs": true, "/www/.docusaurus": true, "/www/build": true, "**/dist": true }, "workbench.colorCustomizations": { "titleBar.activeBackground": "#2596be", "titleBar.activeForeground": "#ffffff", "titleBar.inactiveBackground": "#004a72", "titleBar.inactiveForeground": "#639db2" }, "editor.stickyScroll.enabled": true, "tailwindCSS.classAttributes": ["class", "className", "ngClass", "tw"], "tailwindCSS.experimental.classRegex": [ ["clsx\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]", "cn\\(([^)]*)\\)"] ], "tailwindCSS.experimental.configFile": "./www/tailwind.config.ts", "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, // "explorer.excludeGitIgnore": true, "typescript.preferences.autoImportFileExcludePatterns": [ "packages/server/src/unstable-core-do-not-import.ts" ] }