mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
* @uppy/store-default: refactor to typescript * fixup! @uppy/store-default: refactor to typescript * use geniric
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"resolveJsonModule": false,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": []
|
|
}
|