mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "NodeNext",
|
|
"noEmit": true,
|
|
"target": "es2020",
|
|
"lib": ["es2020", "dom"],
|
|
"types": ["cypress"],
|
|
},
|
|
"include": ["cypress/**/*.ts"],
|
|
}
|