mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-09-20 12:18:48 +00:00
7211c71869
Signed-off-by: William Woodruff <william@yossarian.net>
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|