mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
18 lines
415 B
JSON
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
|
|
}
|
|
}
|