mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
21 lines
521 B
JSON
21 lines
521 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsxImportSource": "react",
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"module": "NodeNext",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"lib": ["es2022", "dom", "dom.iterable"],
|
|
},
|
|
}
|