mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-02 18:17:52 +00:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "es2022",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["check-all-tests-passed-needs.ts"]
|
|
}
|