mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-03-17 08:51:24 +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"]
|
|
}
|