{ "extends": "../../../tsconfig.shared", "compilerOptions": { "emitDeclarationOnly": false, "noEmit": true }, "include": ["./package.json", "./src/**/*.*"], "references": [ { "path": "../audio/tsconfig.build.json" }, { "path": "../core/tsconfig.build.json" }, { "path": "../google-drive-picker/tsconfig.build.json" }, { "path": "../image-editor/tsconfig.build.json" } ] }