uppy/packages/@uppy/google-drive-picker/tsconfig.json

13 lines
253 B
JSON

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