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