mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": []
|
|
}
|