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