mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"types": ["preact", "google.accounts", "google.picker", "gapi"]
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": []
|
|
}
|