mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/*.ts"],
|
|
"references": []
|
|
}
|