mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
Co-authored-by: Mikael Finstad <finstaden@gmail.com> Co-authored-by: Merlijn Vos <merlijn@soverin.net>
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"declaration": true,
|
|
"target": "es2022",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmitOnError": true,
|
|
},
|
|
"include": ["src/**/*"],
|
|
}
|