mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-03-29 15:16:53 +00:00
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "es2022",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["check-all-tests-passed-needs.ts"]
|
|
}
|