mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"lib": ["es2020", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["cypress/**/*.ts"]
|
|
}
|