mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
10 lines
271 B
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": []
|
|
}
|