mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
23 lines
576 B
JSON
23 lines
576 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"incremental": true,
|
|
"target": "ESnext",
|
|
"module": "preserve",
|
|
"lib": ["dom", "ESnext"],
|
|
"resolveJsonModule": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|