/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.vscode/settings.json
12 строк
306 B
Zyie
chore: update typedoc and minor doc fixes (#11512)
02 июл 2025, 17:08
Не верифицирован
02 июл 2025, 17:08
dd36f68
Код
Авторство
О чём код?
{ "typescript.preferences.autoImportFileExcludePatterns": [ "src/*/**/index.ts", "src/index.ts", "src/index.docs.ts", "src/bundle.*.ts", ], "typescript.preferences.autoImportSpecifierExcludeRegexes": [ "~/.*", ], "jestrunner.jestCommand": "npx jest" }