uppy/packages/@uppy/core/tsconfig.json

10 lines
271 B
JSON

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