mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../provider-views/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|