uppy/packages/@uppy/google-photos-picker/tsconfig.build.json

16 lines
319 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"noImplicitAny": false,
"outDir": "./lib",
"rootDir": "./src",
"skipLibCheck": true
},
"include": ["./src/**/*.*"],
"exclude": ["./src/**/*.test.ts"],
"references": [
{
"path": "../core/tsconfig.build.json"
}
]
}