/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Platforms/emscripten/browser_test/tsconfig.json
12 строк
232 B
Hood Chatham
gh-146352: In Emscripten pyrepl test, pick port dynamically (#146375)
25 мар 2026, 13:38
Не верифицирован
25 мар 2026, 13:38
2be147e
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "module": "nodenext", "lib": ["ES2020"], "strict": true, "esModuleInterop": true, "types": ["node"] }, "include": ["**/*.ts"], "exclude": ["node_modules"] }