mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 05:23:05 +00:00
11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"allowJs": true
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts", "./src/**/*.test.js"],
|
|
"references": []
|
|
}
|