Files
s3-client/frontend/tsconfig.node.json
T
2026-05-20 23:26:11 +01:00

11 lines
195 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}