mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-02 18:17:52 +00:00
13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|