uppy/packages/@uppy/core/tsconfig.json
2025-01-06 12:14:42 +01:00

16 lines
325 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../store-default/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json",
},
],
}