cpython/Platforms/emscripten/browser_test/tsconfig.json
Hood Chatham 498559a7f3
[3.14] gh-146352: In Emscripten pyrepl test, pick port dynamically (GH-146375) (#146411)
Dynamically allocates the port for the pyrepl browser test, so that multiple
tests can run at the same time. Also allows the pyrepl test to honor the
CROSS_BUILD_DIR environment variable.
(cherry picked from commit 2be147e1e7)
2026-03-25 11:34:43 +00:00

12 lines
232 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "nodenext",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"types": ["node"]
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}