mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
26 lines
696 B
JSON
26 lines
696 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"incremental": true,
|
|
"target": "ESnext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["dom", "ESnext"],
|
|
"resolveJsonModule": true,
|
|
"allowImportingTsExtensions": true,
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"verbatimModuleSyntax": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|