uppy/tsconfig.shared.json
2025-06-30 16:12:26 +02:00

18 lines
415 B
JSON

{
"compilerOptions": {
"composite": true,
"incremental": true,
"target": "ESNext",
"module": "NodeNext",
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"declaration": true,
"declarationMap": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"types": ["preact"],
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
}
}