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