mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 07:13:04 +00:00
18 lines
498 B
JSON
18 lines
498 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext"
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"exclude": ["node_modules/*", "./src/lib/empty.ts"]
|
|
}
|