uppy/packages/@uppy/provider-views/tsconfig.json

14 lines
312 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
"types": ["google.accounts", "google.picker", "gapi"]
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../core/tsconfig.build.json"
}
]
}